From 82de5e898593022918617392054512bb5559aa35 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 22 Dec 2023 13:11:46 -0600 Subject: [PATCH] Increase frequency for testing --- .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 eb4c8d0cd..8681b9158 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: '0 */6 * * *' + - cron: '*/15 * * * *' jobs: # Collects the cache keys that need to be refreshed collect_cache_keys: