From c3b5a8f692007391a81e458f2e3c35fcde9ea806 Mon Sep 17 00:00:00 2001 From: fatherlinux Date: Wed, 10 Jun 2026 18:28:44 -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/security.yml | 2 -- .github/workflows/weekly-rebuild.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d66dd57..394f536 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -5,8 +5,6 @@ on: branches: [main] pull_request: branches: [main] - schedule: - - cron: "0 9 * * 1" # Monday 9am UTC workflow_dispatch: permissions: diff --git a/.github/workflows/weekly-rebuild.yml b/.github/workflows/weekly-rebuild.yml index 760348a..873bb67 100644 --- a/.github/workflows/weekly-rebuild.yml +++ b/.github/workflows/weekly-rebuild.yml @@ -1,8 +1,6 @@ name: Weekly Rebuild on: - schedule: - - cron: '0 6 * * 1' # Monday 6am UTC workflow_dispatch: jobs: