summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPProvost <[email protected]>2020-05-15 18:47:55 -0600
committerPProvost <[email protected]>2020-05-15 18:47:55 -0600
commitdd64ed2b19f3717bac1a56b5de189e3caf014608 (patch)
tree16363b774969ed6f9e0471f8a9c8db5e22621975
parentbc681e808d1d5ea67599dd2fe333b8be2dcf7621 (diff)
Cache update every 3 days is better
-rw-r--r--.github/workflows/cache-update.yml2
1 files changed, 1 insertions, 1 deletions
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: