Skip to content

Commit

Permalink
Reduce frequency of cache refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Dec 22, 2023
1 parent 91c8a17 commit 50a34d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tugboat-refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50a34d5

Please sign in to comment.