[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
lauren committed
Mar 25, 2025 at 11:16 UTC
740a4f7a02aee67495d086a46f92e72e2318cc45
1 file changed
+2
-1
.github/workflows/shared_cleanup_stale_branch_caches.yml
+2
-1
@@ -3,7 +3,8 @@
3
name: (Shared) Cleanup Stale Branch Caches
4
on:
5
schedule:
6
- - cron: 0 0 * * *
6
+ # Every 6 hours
7
+ - cron: 0 */6 * * *
8
workflow_dispatch:
9
10
permissions: {}