Skip to content

Commit ae20036

Browse files
authored
Small CI improvement (#2850)
1 parent f00fc44 commit ae20036

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-system-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
make-default-target:
2424
runs-on: ubuntu-latest
2525
strategy:
26+
fail-fast: false # it's helpful to know if only one of these fails
2627
matrix:
2728
container-runner: ["docker", "podman"]
2829
steps:
@@ -47,6 +48,7 @@ jobs:
4748
make-generation-from-contributing-guide:
4849
runs-on: ubuntu-latest
4950
strategy:
51+
fail-fast: false # it's helpful to know if only one of these fails
5052
matrix:
5153
container-runner: ["docker", "podman"]
5254
steps:
@@ -68,6 +70,7 @@ jobs:
6870
make-check-policies-from-contributing-guide:
6971
runs-on: ubuntu-latest
7072
strategy:
73+
fail-fast: false # it's helpful to know if only one of these fails
7174
matrix:
7275
container-runner: ["docker", "podman"]
7376
steps:
@@ -89,6 +92,7 @@ jobs:
8992
make-check-from-contributing-guide:
9093
runs-on: ubuntu-latest
9194
strategy:
95+
fail-fast: false # it's helpful to know if only one of these fails
9296
matrix:
9397
container-runner: ["docker", "podman"]
9498
steps:

0 commit comments

Comments
 (0)