Skip to content

Commit 7c0aa9e

Browse files
authored
Reenable fail-fast in merge queues (#2274)
1 parent d876d05 commit 7c0aa9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
test:
5656
strategy:
57-
fail-fast: false
57+
fail-fast: ${{ github.event_name == 'merge_group' }}
5858
matrix:
5959
config:
6060
- os: ubuntu-latest
@@ -172,7 +172,7 @@ jobs:
172172

173173
lint:
174174
strategy:
175-
fail-fast: false
175+
fail-fast: ${{ github.event_name == 'merge_group' }}
176176
matrix:
177177
config:
178178
- os: ubuntu-latest

0 commit comments

Comments
 (0)