From cb980b52a3ca2e1694415dbb5749eaa1430424a2 Mon Sep 17 00:00:00 2001 From: woksin Date: Tue, 25 Aug 2026 22:10:46 +0200 Subject: [PATCH] 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..8ff14fd 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: '37 4 * * *' workflow_dispatch: jobs: