From e8c650e6bcae35a89153d75e6789f79b6a4cfcb2 Mon Sep 17 00:00:00 2001 From: Bryan Wilder Field Lozano Date: Thu, 24 Oct 2024 17:03:28 -0700 Subject: [PATCH] [skip ci] #0: Update remove-stale-branches.yaml (#14198) --- .github/workflows/remove-stale-branches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-stale-branches.yaml b/.github/workflows/remove-stale-branches.yaml index de6f3121d39..ffd59b5bad1 100644 --- a/.github/workflows/remove-stale-branches.yaml +++ b/.github/workflows/remove-stale-branches.yaml @@ -2,7 +2,7 @@ name: "[internal] Remove Stale Branches" on: schedule: - - cron: "0 0 * * *" # Runs every night at midnight + - cron: "0 */6 * * *" # Runs at midnight, 6AM, noon, 6pm workflow_dispatch: # Allows manual trigger jobs: