mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-10 00:20:22 -06:00
Reenable fail-fast in merge queues (#62856)
This commit is contained in:
parent
3544dd7d4d
commit
c21f73fd4e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ defaults:
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: ${{ github.event_name == 'merge_group' }}
|
||||
matrix:
|
||||
config:
|
||||
# Main builds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user