Skip to content

Commit ca45751

Browse files
committed
enable cache scheduled run
1 parent 2387665 commit ca45751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
schedule:
7+
# run cache monthly to prevent expiration
8+
- cron: '0 0 1 * *'
69
jobs:
710
tests:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)