From 06cb16bdb8b6c00ccc33663a2b84794d8e0eadbf Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Tue, 31 Mar 2026 11:57:53 +0100 Subject: [PATCH] schedule cron earlier Signed-off-by: Weston Steimel --- .github/workflows/allocate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/allocate.yaml b/.github/workflows/allocate.yaml index e2c978330d0..25054aa446d 100644 --- a/.github/workflows/allocate.yaml +++ b/.github/workflows/allocate.yaml @@ -4,7 +4,7 @@ on: branches: - main schedule: - - cron: '15 8 * * MON-FRI' + - cron: '15 3 * * MON-FRI' concurrency: group: allocate-security-identifiers