From 3ff0ed485df66653d934b2f89a479b7552706f65 Mon Sep 17 00:00:00 2001 From: woksin Date: Tue, 25 Aug 2026 22:10:54 +0200 Subject: [PATCH 1/2] chore: stagger daily package update schedule All Cratis repositories ran Update Packages at exactly 06:00 UTC, launching 36 simultaneous jobs (plus their push-triggered CI cascades) into the organization's shared 20-slot hosted-runner pool, contributing to the 2026-08-25 runner starvation. Each repository now has a deterministic schedule spread across 03:00-06:59 UTC, off the congested top of the hour. --- .github/workflows/update-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 9126bd7..a26d7e9 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -2,7 +2,7 @@ name: Update Packages on: schedule: - - cron: '0 6 * * *' + - cron: '31 3 * * *' workflow_dispatch: jobs: From f9606b39617d24bd58b0e193070bae8c8fe8e987 Mon Sep 17 00:00:00 2001 From: woksin Date: Tue, 25 Aug 2026 22:30:08 +0200 Subject: [PATCH 2/2] chore: retrigger checks (semver label was added after the gate first ran)