From 50a34d503ecb2b5f66aa896cbbc1dc384180d403 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 22 Dec 2023 16:33:26 -0600 Subject: [PATCH] Reduce frequency of cache refresh --- .github/workflows/tugboat-refresh-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tugboat-refresh-cache.yml b/.github/workflows/tugboat-refresh-cache.yml index 13e405706..d08cbb16e 100644 --- a/.github/workflows/tugboat-refresh-cache.yml +++ b/.github/workflows/tugboat-refresh-cache.yml @@ -2,7 +2,7 @@ name: Refresh Tugboat Preview ID Cache on: # Every 6 hours. schedule: - - cron: '*/15 * * * *' + - cron: '0 */6 * * *' jobs: # Collects the cache keys that need to be refreshed collect_cache_keys: