[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
This commit is contained in:
lauren
2025-03-25 11:16:40 -04:00
committed by GitHub
parent 44c4693539
commit 740a4f7a02

View File

@@ -3,7 +3,8 @@
name: (Shared) Cleanup Stale Branch Caches
on:
schedule:
- cron: 0 0 * * *
# Every 6 hours
- cron: 0 */6 * * *
workflow_dispatch:
permissions: {}