Skip to content

Commit 3184751

Browse files
Jammy2211claude
authored andcommitted
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 #39. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d63bc6c commit 3184751

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/heart-health.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ name: Heart Health
2727
# beyond the auto-provisioned GITHUB_TOKEN.
2828

2929
on:
30-
# --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting ---
31-
# schedule:
32-
# - cron: "0 6 * * *" # daily 06:00 UTC
30+
schedule:
31+
# Daily 05:00 UTC — one hour ahead of PyAutoMind's morning_health message
32+
# (06:00 UTC), which reads this run's verdict (moved from 06:00 for that).
33+
- cron: "0 5 * * *"
3334
workflow_dispatch:
3435

3536
# contents: write → commit the README badge/block into Heart's OWN README

.github/workflows/url-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ name: URL Check (central)
1111
# gate via `readiness`, which this does not touch).
1212

1313
on:
14-
# --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting ---
15-
# schedule:
16-
# - cron: "0 4 * * 1" # Mondays 04:00 UTC (same cadence as the old per-repo crons)
14+
schedule:
15+
- cron: "0 4 * * 1" # Mondays 04:00 UTC (same cadence as the old per-repo crons)
1716
workflow_dispatch:
1817

1918
permissions:

.github/workflows/workspace-validation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ name: Workspace Validation
4444
# itself never dispatches a workflow or talks to GitHub's API.
4545

4646
on:
47-
# --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting ---
48-
# schedule:
49-
# - cron: "0 3 * * 1" # Mondays 03:00 UTC (always mode=smoke — no inputs on schedule)
47+
schedule:
48+
- cron: "0 3 * * 1" # Mondays 03:00 UTC (always mode=smoke — no inputs on schedule)
5049
workflow_dispatch:
5150
inputs:
5251
mode:

0 commit comments

Comments
 (0)