Commit a0e4709
fix: remove continue-on-error from reusable workflow calls in ci.yml
continue-on-error is not supported on jobs that use reusable workflows
(uses: at job level). GitHub silently rejects the entire workflow file,
causing all repos to fail with "workflow file issue" and 0 jobs.
Lint and security jobs are already non-blocking since no other jobs
depend on them via needs:.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 72d919e commit a0e4709
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments