Files
ironclaw/.github
Nick Pismenkov 5fbb67171d ci(canary): consolidate Live Canary to one daily 02:00 UTC slot (#2831)
Previously the hourly staggered schedule (five crons at :00/:15/:30/
:45/:50) kicked off a separate workflow run per cron, which produced
24 runs/day per lane group, four red dots per day when something
flaked, and four separate notifications.

Collapse to a single cron `0 2 * * *`. Every job's `if:` guard now
matches that one slot, so all lanes run as parallel jobs inside a
single workflow run:

  - One run/day, one red dot on failure, one notification.
  - All per-lane statuses visible inside the run; per-job results
    still independent (one failing lane doesn't cancel siblings).
  - If we want to temporarily dial up frequency for a specific lane
    again, we add another cron here and update that lane's `if:`
    guard to match.

02:00 UTC chosen as a low-traffic window globally.
2026-04-22 00:32:14 -07:00
..