Skip to content

Commit

Permalink
Increase cache refresh frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Dec 21, 2023
1 parent 48063b6 commit 30aee79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tugboat-refresh-cache.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Refresh Tugboat Preview ID Cache
on:
# UTC 0am, everyday.
# Every 6 hours.
schedule:
- cron: '0 0 * * *'
- cron: '0 */6 * * *'
jobs:
# Collects the cache keys that need to be refreshed
collect_cache_keys:
Expand Down

0 comments on commit 30aee79

Please sign in to comment.