Skip to content

Commit 740a4f7

Browse files
authored
[ci] Run stale cache cleanup every 6 hours (#32739)
Run this a bit more frequently so we don't thrash `main` caches as often. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32739). * __->__ #32739 * #32738
1 parent 44c4693 commit 740a4f7

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)