Skip to content

Commit 9fccdee

Browse files
authored
cache should run weekly only (#28)
1 parent 8f8cfc8 commit 9fccdee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build Cache [using jupyter-book]
22
on:
3-
push:
4-
branches:
5-
- main
3+
schedule:
4+
# Execute cache weekly at 3am on Monday
5+
- cron: '0 3 * * 1'
66
jobs:
77
deploy-runner:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)