diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 2193b315b..51f29a388 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -69,7 +69,7 @@ jobs: fi done <<< \ "$(gh api repos/${GITHUB_REPOSITORY}/actions/caches \ - --jq '.actions_caches.[] | select(.ref|test("refs/heads/master")) | select(.key|test(".*-ccache-*")) | {id, key} | join(";")')" + --jq '.actions_caches.[] | select(.ref|test("refs/heads/master")) | select(.key|test(".*-(ccache|xcode)-*")) | {id, key} | join(";")')" echo '::endgroup::'