Commit 45e58e2
Pass continue-on-error to the reusable workflow as an input. (jaraco/skeleton#209)
A job that calls a reusable workflow may not set 'continue-on-error';
GitHub rejects the whole file at startup ("Unexpected value
'continue-on-error'") before creating any jobs. The reusable-workflow
refactor in jaraco/skeleton#199 moved the 'test' job to a reusable-workflow call while
keeping the job-level 'continue-on-error', taking CI dark on skeleton
and every downstream project that has since merged.
Move the setting into test-suite.yml as a boolean 'continue-on-error'
input and pass it through from the caller, preserving the
allow-3.15-to-fail behavior while keeping the version-specific logic in
main.yml.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent f7aefdf commit 45e58e2
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments