From c3249dd28ea2575a0db2ed3c515b2eef3622e00d Mon Sep 17 00:00:00 2001 From: Weston Steimel Date: Fri, 27 Mar 2026 06:30:09 +0000 Subject: [PATCH] ci: update allocation cron The allocation cron has been failing every morning with disconnects from upstream sources, so schedule it to run a bit later. 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 9650cc2488f..e2c978330d0 100644 --- a/.github/workflows/allocate.yaml +++ b/.github/workflows/allocate.yaml @@ -4,7 +4,7 @@ on: branches: - main schedule: - - cron: '27 5 * * MON-FRI' + - cron: '15 8 * * MON-FRI' concurrency: group: allocate-security-identifiers