Skip to content

Commit 1fa5128

Browse files
chore: run cache deletion on pr closed (#21)
1 parent 958a3f2 commit 1fa5128

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cache.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Cache
22
on:
3-
schedule:
4-
- cron: "0 0 * * *"
3+
pull_request:
4+
types:
5+
- closed
56
workflow_dispatch:
67
concurrency:
78
group: ${{ github.workflow }}-${{ github.ref }}-cache

0 commit comments

Comments
 (0)