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 75f3044 commit a7f675aCopy full SHA for a7f675a
1 file changed
.github/workflows/cache.yml
@@ -1,8 +1,9 @@
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
+ workflow_dispatch:
7
jobs:
8
tests:
9
runs-on: ubuntu-latest
0 commit comments