Skip to content

Commit

Permalink
sliced
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Sep 14, 2023
1 parent 428ae06 commit 2704bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
## Setting this to not fail the workflow while deleting cache keys.
set +e
echo "Deleting caches..."
for cacheKey in ${cacheKeysForPR[@]::${#cacheKeysForPR[@]}-1}
for cacheKey in ${cacheKeysForPR[@]:1}
do
# gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm
echo "${cacheKey}"
Expand Down

0 comments on commit 2704bf8

Please sign in to comment.