Skip to content

Commit 742a230

Browse files
ikerexxealejandro-colomar
authored andcommitted
CI: avoid cancelling all jobs when one fails
If a job in a matrix fails we don't want to cancel all jobs, thus we need to set `fail-fast: false` as a strategy property. Signed-off-by: Iker Pedrosa <[email protected]>
1 parent 929e61d commit 742a230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/runner.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
container-build:
7070
runs-on: ubuntu-latest
7171
strategy:
72+
fail-fast: false
7273
matrix:
7374
os: [alpine, debian, fedora]
7475

0 commit comments

Comments
 (0)