From 740a4f7a02aee67495d086a46f92e72e2318cc45 Mon Sep 17 00:00:00 2001 From: lauren Date: Tue, 25 Mar 2025 11:16:40 -0400 Subject: [PATCH] [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 --- .github/workflows/shared_cleanup_stale_branch_caches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shared_cleanup_stale_branch_caches.yml b/.github/workflows/shared_cleanup_stale_branch_caches.yml index a6d50a7992..f6c532b485 100644 --- a/.github/workflows/shared_cleanup_stale_branch_caches.yml +++ b/.github/workflows/shared_cleanup_stale_branch_caches.yml @@ -3,7 +3,8 @@ name: (Shared) Cleanup Stale Branch Caches on: schedule: - - cron: 0 0 * * * + # Every 6 hours + - cron: 0 */6 * * * workflow_dispatch: permissions: {}