From 61e24ad186d9e5388633fed51bcd4fb5811c6ad9 Mon Sep 17 00:00:00 2001 From: fatherlinux Date: Wed, 10 Jun 2026 18:24:46 -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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index a94075e..708fef2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -5,9 +5,6 @@ on: branches: [main] pull_request: branches: [main] - schedule: - # Run every Monday at 9 AM UTC - - cron: "0 9 * * 1" workflow_dispatch: permissions: