From f46fc18c57023805b03f61d8078dcbf4bc47b1e7 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Wed, 17 Sep 2025 01:59:39 +0100 Subject: [PATCH] Trigger branch merge at 9pm instead of midnight --- .github/workflows/branch-sync-cron-trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-sync-cron-trigger.yml b/.github/workflows/branch-sync-cron-trigger.yml index 145fcd222..896141d83 100644 --- a/.github/workflows/branch-sync-cron-trigger.yml +++ b/.github/workflows/branch-sync-cron-trigger.yml @@ -6,7 +6,7 @@ name: Trigger branch sync on: schedule: - - cron: "0 0 * * *" #once per day so we don't spam merge commits on busy days + - cron: "0 21 * * *" #once per day so we don't spam merge commits on busy days workflow_dispatch: #for testing jobs: