Skip to content

Commit

Permalink
Fixing infinite loop cache cleaner (#2917)
Browse files Browse the repository at this point in the history
Fixing infinite loop
  • Loading branch information
germa89 authored Mar 20, 2024
1 parent ba6d8fe commit affbb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm && echo "Deleting cache with key: $cacheKey"
done
cacheKeysForPR=$(gh actions-cache list -R $REPO | cut -f 1 )
cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )
done
echo "Done"
env:
Expand Down

0 comments on commit affbb67

Please sign in to comment.