Commit c32d316
authored
chore: stop nightly live tests from running on a daily schedule (#478)
The Nightly live channel suite hits ~14 real public endpoints from a shared
CI datacenter IP and asserts each returns results. Public services routinely
rate-limit (429), block datacenter traffic (403) or return transient 5xx, so
at least one fails on nearly every nightly run -- producing a daily false-alarm
failure email with no actionable signal.
Remove the daily cron trigger; keep workflow_dispatch so the suite can still be
run on demand from the Actions tab, where a human can read the result. The job
still fails loudly on any real regression when run.
Authorized by the repo owner (0xmariowu) in lieu of an automated approval gate.
https://claude.ai/code/session_01WJdXSEnHXZ8bhuV33vBN1R1 parent 9769da5 commit c32d316
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments