Commit e02b62d
committed
chore: remove weekly schedule triggers from cross-platform and codeql
Both workflows ran on a weekly Monday cron and emailed a failure notification
on any red run -- including transient/environment-specific failures (e.g. the
Windows cross-platform job) that carry no actionable signal for a solo
maintainer. Drop the schedule triggers.
Coverage is preserved without the cron:
- cross-platform still runs on push to main touching package code, and on
manual dispatch.
- codeql still scans every push to main and every pull request, so all changed
code is still security-scanned.
https://claude.ai/code/session_01WJdXSEnHXZ8bhuV33vBN1R1 parent c32d316 commit e02b62d
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments