diff --git a/.github/workflows/clear-all-cache.yml b/.github/workflows/clear-all-cache.yml index c01fa57f9..697ae4360 100644 --- a/.github/workflows/clear-all-cache.yml +++ b/.github/workflows/clear-all-cache.yml @@ -10,7 +10,7 @@ jobs: - name: Cleanup run: | echo "Fetching list of cache key" - cacheKeysForPR=$(gh cache list --limit 100 --json id --jq '.[].id') + cacheKeysForPR=$(gh cache list --limit 1000 --json id --jq '.[].id') ## Setting this to not fail the workflow while deleting cache keys. set +e