Skip to content

Commit a99820d

Browse files
committed
[ci] Run stale cache cleanup every 6 hours
Run this a bit more frequently so we don't thrash `main` caches as often.
1 parent 554d021 commit a99820d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shared_cleanup_stale_branch_caches.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
name: (Shared) Cleanup Stale Branch Caches
44
on:
55
schedule:
6-
- cron: 0 0 * * *
6+
# Every 6 hours
7+
- cron: 0 */6 * * *
78
workflow_dispatch:
89

910
permissions: {}

0 commit comments

Comments
 (0)