Skip to content

Commit

Permalink
MAINT: schedule cache to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Dec 5, 2024
1 parent ff73777 commit 864c627
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 864c627

Please sign in to comment.