]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
CI: avoid cancelling all jobs when one fails
authorIker Pedrosa <ipedrosa@redhat.com>
Fri, 22 Nov 2024 11:49:41 +0000 (12:49 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 23 Nov 2024 00:04:19 +0000 (01:04 +0100)
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>
.github/workflows/runner.yml

index 9311874a37522f989b1c719fe40db4fc9b0b44d8..1506e46c730d0cab11f041301476df3a4c9c44b5 100644 (file)
@@ -69,6 +69,7 @@ jobs:
   container-build:
     runs-on: ubuntu-latest
     strategy:
+      fail-fast: false
       matrix:
         os: [alpine, debian, fedora]