Skip to content
Merged
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
19 changes: 10 additions & 9 deletions .github/workflows/morning_status.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: pyauto-update-digest

on:
schedule:
# GitHub Actions cron is UTC-only and jitters by 0–3h under load (every
# historical scheduled run of the previous version landed at UTC 07:19–
# 08:41, never anywhere near the nominal 05:00/06:00 slot). 05:00 UTC
# nominally fires at UK 06:00 (BST) / 05:00 (GMT); with realistic jitter
# actual delivery is roughly UK 06:00–09:00 in summer, 05:00–08:00 in
# winter. That's "morning" — close enough for a digest, and one cron
# means no per-day dedupe state.
- cron: "0 5 * * *"
# --- PAUSED 2026-07-06: routine cron disabled org-wide; re-enable by uncommenting ---
# schedule:
# # GitHub Actions cron is UTC-only and jitters by 0–3h under load (every
# # historical scheduled run of the previous version landed at UTC 07:19–
# # 08:41, never anywhere near the nominal 05:00/06:00 slot). 05:00 UTC
# # nominally fires at UK 06:00 (BST) / 05:00 (GMT); with realistic jitter
# # actual delivery is roughly UK 06:00–09:00 in summer, 05:00–08:00 in
# # winter. That's "morning" — close enough for a digest, and one cron
# # means no per-day dedupe state.
# - cron: "0 5 * * *"
workflow_dispatch: {}

permissions:
Expand Down