From d0bc19df79556008593dd6287dfeebc1d1d8495d Mon Sep 17 00:00:00 2001 From: fatherlinux Date: Wed, 10 Jun 2026 18:25:35 -0400 Subject: [PATCH] chore: strip schedule: trigger from workflows GitHub auto-disables workflows containing a schedule: trigger after 60 days of repo inactivity, and the org's image-supply cascade was frozen because base-image repos had no commits in that window. The weekly rebuild cadence moves to an external orchestrator (Hermes on lotor) that fires workflow_dispatch/repository_dispatch at the roots; the existing cascade fans out from there. Removing schedule: makes this workflow structurally immune to disabled_inactivity. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9d8573..86662ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,9 +8,6 @@ on: repository_dispatch: types: [parent-image-updated] workflow_dispatch: - schedule: - - cron: '15 4 * * 1' - jobs: build-test-push: runs-on: ubuntu-latest