From dd64ed2b19f3717bac1a56b5de189e3caf014608 Mon Sep 17 00:00:00 2001 From: PProvost Date: Fri, 15 May 2020 18:47:55 -0600 Subject: [PATCH] Cache update every 3 days is better --- .github/workflows/cache-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-update.yml b/.github/workflows/cache-update.yml index 8d0e9962..aadd48a9 100644 --- a/.github/workflows/cache-update.yml +++ b/.github/workflows/cache-update.yml @@ -2,7 +2,7 @@ name: cache-update on: schedule: - - cron: '*/30 * * * *' # every 30m for testing + - cron: '0 0 */3 * *' # every 30m for testing # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: