Skip to content

Commit 1419941

Browse files
authored
MAINT: update cache operation (#370)
1 parent 126eb49 commit 1419941

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
cache:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)