Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/heart-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/url-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/workspace-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading