diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 72f38b5..674ef3d 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -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