Skip to content

Commit a7f675a

Browse files
committed
update cache bevaiour to schedule or manual build
1 parent 75f3044 commit a7f675a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cache.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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'
6+
workflow_dispatch:
67
jobs:
78
tests:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)