Skip to content

Commit c21f73f

Browse files
authored
Reenable fail-fast in merge queues (#62856)
1 parent 3544dd7 commit c21f73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defaults:
2626
jobs:
2727
test:
2828
strategy:
29-
fail-fast: false
29+
fail-fast: ${{ github.event_name == 'merge_group' }}
3030
matrix:
3131
config:
3232
# Main builds

0 commit comments

Comments
 (0)