From 864c627558fa0446b5d8897a9fe77d2f79ed0ba1 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 5 Dec 2024 14:01:38 +1100 Subject: [PATCH] MAINT: schedule cache to run weekly --- .github/workflows/cache.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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