Increase the number of cache we can delete

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-04-03 03:55:19 -07:00
committed by GitHub
parent c996f4aab5
commit 96db1ed6db

View File

@@ -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