Skip to content

Commit de96294

Browse files
committed
ci: only fail fast in merge groups
1 parent c41b3fa commit de96294

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
needs: changes
8181
if: needs.changes.outputs.src == 'true'
8282
strategy:
83+
fail-fast: ${{ github.event_name == 'merge_group' }}
8384
matrix:
8485
os: [ubuntu-latest, windows-latest]
8586
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)