Commit d8a5ad8
committed
fix(ci): disable cancel-in-progress for build workflow
The concurrency group cancels all matrix jobs when a new commit lands,
causing most jobs (packaging, build, deps_check) to be cancelled before
completion. This makes CI results unreliably incomplete — only the 4
fastest-completing jobs show results (all failures), masking the actual
state.
Disabling cancel-in-progress ensures all matrix jobs complete fully and
the real results are visible, even if it means older runs complete after
a new one starts.
Signed-off-by: Elanchezhian <chezhipower@gmail.com>1 parent d757b45 commit d8a5ad8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments