Commit 6f2c032
fix(ci): remove dead release.yml, add daily schedule, fix project_name casing
Three cleanups from org-wide CI audit:
1. Remove release.yml (dead code): The old workflow_call-triggered release
workflow has no callers since execute-release.yml now handles releases
via the PR-merge trigger with reusable-release.yml@main. Leaving both
creates confusion about which release path is canonical.
2. Add daily schedule to promote-testing-to-main: bluefin and bluefin-lts
both run at cron '0 23 * * *' in addition to push/dispatch triggers.
Without the schedule, the promotion PR can go stale if no build pushes
to testing for a day.
3. Fix project_name: 'Bluefin dakota' -> 'Dakota' to match repo branding
conventions (bluefin uses 'Bluefin', lts uses 'Bluefin LTS').
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d929087 commit 6f2c032
3 files changed
Lines changed: 3 additions & 224 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
This file was deleted.
0 commit comments