From 3184751d14396a5483e383ee99bfd126fa2d80ed Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 8 Jul 2026 20:19:13 +0100 Subject: [PATCH] Re-enable Heart routine crons; heart-health moves to 05:00 UTC Lifts the 2026-07-06 org-wide cron pause for Heart. heart-health runs daily at 05:00 UTC (was 06:00) so its verdict is fresh when PyAutoMind's morning_health message reads it at 06:00; workspace-validation and url-check return to their Monday slots. Part of PyAutoLabs/PyAutoHeart#39. Co-Authored-By: Claude Fable 5 --- .github/workflows/heart-health.yml | 7 ++++--- .github/workflows/url-check.yml | 5 ++--- .github/workflows/workspace-validation.yml | 5 ++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/heart-health.yml b/.github/workflows/heart-health.yml index 0b62b95..15bdcd9 100644 --- a/.github/workflows/heart-health.yml +++ b/.github/workflows/heart-health.yml @@ -27,9 +27,10 @@ name: Heart Health # beyond the auto-provisioned GITHUB_TOKEN. on: - # --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting --- - # schedule: - # - cron: "0 6 * * *" # daily 06:00 UTC + schedule: + # Daily 05:00 UTC — one hour ahead of PyAutoMind's morning_health message + # (06:00 UTC), which reads this run's verdict (moved from 06:00 for that). + - cron: "0 5 * * *" workflow_dispatch: # contents: write → commit the README badge/block into Heart's OWN README diff --git a/.github/workflows/url-check.yml b/.github/workflows/url-check.yml index 85acbab..74014d2 100644 --- a/.github/workflows/url-check.yml +++ b/.github/workflows/url-check.yml @@ -11,9 +11,8 @@ name: URL Check (central) # gate via `readiness`, which this does not touch). on: - # --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting --- - # schedule: - # - cron: "0 4 * * 1" # Mondays 04:00 UTC (same cadence as the old per-repo crons) + schedule: + - cron: "0 4 * * 1" # Mondays 04:00 UTC (same cadence as the old per-repo crons) workflow_dispatch: permissions: diff --git a/.github/workflows/workspace-validation.yml b/.github/workflows/workspace-validation.yml index 91b9dbf..b2ac83a 100644 --- a/.github/workflows/workspace-validation.yml +++ b/.github/workflows/workspace-validation.yml @@ -44,9 +44,8 @@ name: Workspace Validation # itself never dispatches a workflow or talks to GitHub's API. on: - # --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting --- - # schedule: - # - cron: "0 3 * * 1" # Mondays 03:00 UTC (always mode=smoke — no inputs on schedule) + schedule: + - cron: "0 3 * * 1" # Mondays 03:00 UTC (always mode=smoke — no inputs on schedule) workflow_dispatch: inputs: mode: