Skip to content

Commit da126d8

Browse files
Revert "chore: run deletion on merge to default branch (#12)"
This reverts commit 88f7513.
1 parent 3ac586c commit da126d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cache.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Cache
22
on:
3-
push:
4-
branches:
5-
- main
3+
schedule:
4+
- cron: "0 0 * * *"
65
workflow_dispatch:
76
concurrency:
87
group: ${{ github.workflow }}-${{ github.ref }}-cache

0 commit comments

Comments
 (0)