فهرست منبع

CI: Add Xcode compile cache to scheduled cleanup

PatTheMav 1 ماه پیش
والد
کامیت
b696f5402e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/scheduled.yaml

+ 1 - 1
.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::'