Skip to content

Commit

Permalink
MAINT: schedule cache builds for 3am on Monday (weekly) (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Dec 5, 2024
1 parent 134d29f commit 4711ca0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Build Cache [using jupyter-book]
on:
push:
branches:
- main
schedule:
# run cache monthly to prevent expiration
- cron: '0 0 1 * *'
# Execute cache weekly at 3am on Monday
- cron: '0 3 * * 1'
jobs:
cache:
runs-on: quantecon-gpu
Expand Down

0 comments on commit 4711ca0

Please sign in to comment.