Commit 20d88e8
ci: do not cancel the rest of the matrix on the first failure
A failure on one Go or PostgreSQL version says nothing about the others, so cancelling the remaining jobs only throws
away information. Worse, a cancelled job reports "Process completed with exit code 143" instead of the failure that
caused the cancellation, so a single flake made the whole run look broken in a way that obscured the real cause.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent bc03ad9 commit 20d88e8
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
0 commit comments