Skip to content

Commit 4711ca0

Browse files
authored
MAINT: schedule cache builds for 3am on Monday (weekly) (#433)
1 parent 134d29f commit 4711ca0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cache.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Build Cache [using jupyter-book]
22
on:
3-
push:
4-
branches:
5-
- main
63
schedule:
7-
# run cache monthly to prevent expiration
8-
- cron: '0 0 1 * *'
4+
# Execute cache weekly at 3am on Monday
5+
- cron: '0 3 * * 1'
96
jobs:
107
cache:
118
runs-on: quantecon-gpu

0 commit comments

Comments
 (0)