Commit c3be150
fix(ci): drop unsupported
`build-lpc804.yml` and `build-lpc845.yml` set `continue-on-error: true`
on a job that calls a reusable workflow (`uses: ./.github/workflows/
template_build.yml`). That keyword is not in the allow-list for
reusable-workflow caller jobs, so every push to main went red with
"workflow file issue" before any job ran (30/30 recent runs on each).
Run that triggered this fix:
https://github.com/FastLED/fbuild/actions/runs/27073787763
Allow-list reference:
https://docs.github.com/en/actions/sharing-automations/reusing-workflows#supported-keywords-for-jobs-that-call-a-reusable-workflow
Fix is just dropping the unsupported keyword — the workflows now have
the same structure as the working `build-esp32c6.yml` sibling. The
"non-blocking on main" intent in the original comment is preserved by
not adding these workflows to branch protection's required-checks
list; the inline comment is updated to call that out so the next
visitor doesn't reach for `continue-on-error` again.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>continue-on-error from LPC8xx workflows (#453)1 parent e79fc70 commit c3be150
2 files changed
Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | | - | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
19 | | - | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
0 commit comments