Skip to content

Commit 8a12964

Browse files
phlogistonjohngd
authored andcommitted
workflows: disable fail-fast option for distro matrix
There's a consistent failure on the f38 build that causes the other builds to terminate early. Unset the fail-fast option to allow the other jobs to run while we investigate the failure and/or wait for f40. Signed-off-by: John Mulligan <[email protected]>
1 parent 834e6a4 commit 8a12964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
test:
2727
runs-on: ubuntu-latest
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
test_distro: ["fedora-39", "fedora-38", "centos-stream9"]
3132
include:

0 commit comments

Comments
 (0)