Scheduled workflows fail silently: no PR check, no annotation, no notification. This is the sweep that says so.
- never-ran —
dependency-drift-watch.yml (.github/workflows/dependency-drift-watch.yml): declares a schedule but has NO runs at all — the schedule is not firing (GitHub disables schedules on inactive repos, and an invalid cron is accepted without error)
- failing —
local-service-gate-nightly.yml (.github/workflows/local-service-gate-nightly.yml): latest run https://github.com/Hellblazer/nexus/actions/runs/34044926564 on develop FAILED at 2026-09-06T16:16:47Z
- failing —
scheduled-failure-watch.yml (.github/workflows/scheduled-failure-watch.yml): latest run https://github.com/Hellblazer/nexus/actions/runs/34024749389 on main FAILED at 2026-09-06T09:28:28Z
Raised by scripts/scheduled_workflow_watchdog.py (nexus-x7xjj).
Scheduled workflows fail silently: no PR check, no annotation, no notification. This is the sweep that says so.
dependency-drift-watch.yml(.github/workflows/dependency-drift-watch.yml): declares a schedule but has NO runs at all — the schedule is not firing (GitHub disables schedules on inactive repos, and an invalid cron is accepted without error)local-service-gate-nightly.yml(.github/workflows/local-service-gate-nightly.yml): latest run https://github.com/Hellblazer/nexus/actions/runs/34044926564 ondevelopFAILED at 2026-09-06T16:16:47Zscheduled-failure-watch.yml(.github/workflows/scheduled-failure-watch.yml): latest run https://github.com/Hellblazer/nexus/actions/runs/34024749389 onmainFAILED at 2026-09-06T09:28:28ZRaised by
scripts/scheduled_workflow_watchdog.py(nexus-x7xjj).