We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8cfc8 commit 9fccdeeCopy full SHA for 9fccdee
.github/workflows/cache.yml
@@ -1,8 +1,8 @@
1
name: Build Cache [using jupyter-book]
2
on:
3
- push:
4
- branches:
5
- - main
+ schedule:
+ # Execute cache weekly at 3am on Monday
+ - cron: '0 3 * * 1'
6
jobs:
7
deploy-runner:
8
runs-on: ubuntu-latest
0 commit comments