mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 14:03:17 +00:00
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 <ipedrosa@redhat.com>
This commit is contained in:
parent
929e61d604
commit
742a230e30
1
.github/workflows/runner.yml
vendored
1
.github/workflows/runner.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
||||
container-build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [alpine, debian, fedora]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user