Skip to content

Commit 67926ed

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 enables the fail-fast option: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
1 parent 89aa18b commit 67926ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
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)