[ci] Run stale cache cleanup every 6 hours

Run this a bit more frequently so we don't thrash `main` caches as often.
This commit is contained in:
Lauren Tan
2025-03-25 10:53:27 -04:00
parent 554d021bb2
commit a99820d922
@@ -3,7 +3,8 @@
name: (Shared) Cleanup Stale Branch Caches
on:
schedule:
- cron: 0 0 * * *
# Every 6 hours
- cron: 0 */6 * * *
workflow_dispatch:
permissions: {}