File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ name: Heart Health
2727# beyond the auto-provisioned GITHUB_TOKEN.
2828
2929on :
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
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ name: URL Check (central)
1111# gate via `readiness`, which this does not touch).
1212
1313on :
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
1918permissions :
Original file line number Diff line number Diff line change @@ -44,9 +44,8 @@ name: Workspace Validation
4444# itself never dispatches a workflow or talks to GitHub's API.
4545
4646on :
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 :
You can’t perform that action at this time.
0 commit comments