Skip to content

Commit 7adffe7

Browse files
committed
Reenable fail-fast in merge queues
1 parent 69a0879 commit 7adffe7

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)