Skip to content

Commit 2589e71

Browse files
committed
ci: Make distcheck not cancel jobs once one fails
It's pretty common that a specific distro fails the check, and since it currently cancels the rest of the matrix, you have to fix it first before seeing failures in other distros. This disables the fail-fast option: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
1 parent 9f5aedb commit 2589e71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
network: none
5151
- dist: fedoradev
5252
- dist: ubuntu14
53+
fail-fast: false
5354
steps:
5455
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5556
- uses: googleapis/release-please-action@5792afc6b46e9bb55deda9eda973a18c226bc3fc # v4.1.5

0 commit comments

Comments
 (0)