Skip to content

Commit fd15180

Browse files
committed
Disable fail fast
1 parent 0a4cd03 commit fd15180

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- develop
1010
- master
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
build:
1418
name: Build
@@ -20,6 +24,7 @@ jobs:
2024
- 6379:6379
2125
strategy:
2226
matrix:
27+
fail-fast: false
2328
version:
2429
- '7.3'
2530
- '8.0'

0 commit comments

Comments
 (0)