We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41b3fa commit de96294Copy full SHA for de96294
1 file changed
.github/workflows/ci.yml
@@ -80,6 +80,7 @@ jobs:
80
needs: changes
81
if: needs.changes.outputs.src == 'true'
82
strategy:
83
+ fail-fast: ${{ github.event_name == 'merge_group' }}
84
matrix:
85
os: [ubuntu-latest, windows-latest]
86
runs-on: ${{ matrix.os }}
0 commit comments