chore: Set fail fast to false, except for when the merge group is used (#5897)

This PR sets the fail-fast strategy option to false (it defaults to true), unless it is run by a merge group.

Co-authored-by: Bart Thomee <11445373+bthomee@users.noreply.github.com>
This commit is contained in:
Bart
2025-10-17 12:17:02 -04:00
committed by GitHub
parent 5523557226
commit afb6e0e41b
3 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ jobs:
if: ${{ needs.should-run.outputs.go == 'true' }}
uses: ./.github/workflows/reusable-build-test.yml
strategy:
fail-fast: false
matrix:
os: [linux, macos, windows]
with: