Skip to content

Commit

Permalink
clean cache;
Browse files Browse the repository at this point in the history
  • Loading branch information
RealChuan committed Nov 24, 2023
1 parent 5006c59 commit 44e9aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cleanup caches by a branch
name: Cleanup Caches By A Branch
on:
pull_request:
types:
Expand Down Expand Up @@ -32,6 +32,7 @@ jobs:
echo "Deleting caches..."
for cacheKey in $cacheKeysForPR
do
echo "Deleting $cacheKey"
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm
done
echo "Done"
Expand Down

0 comments on commit 44e9aac

Please sign in to comment.