From 96db1ed6db73408f109fce23a5ea91063f1a8315 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:55:19 -0700 Subject: [PATCH] Increase the number of cache we can delete Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/clear-all-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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