Skip to content

Commit 73ebff2

Browse files
authored
Merge branch 'alpha' into create-config
2 parents 7556e8e + c41e5fc commit 73ebff2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
image: redis
187187
ports:
188188
- 6379:6379
189-
env:
189+
env:
190190
MONGODB_VERSION: ${{ matrix.MONGODB_VERSION }}
191191
MONGODB_TOPOLOGY: ${{ matrix.MONGODB_TOPOLOGY }}
192192
MONGODB_STORAGE_ENGINE: ${{ matrix.MONGODB_STORAGE_ENGINE }}
@@ -288,3 +288,6 @@ jobs:
288288
env:
289289
CI: true
290290
- run: bash <(curl -s https://codecov.io/bash)
291+
concurrency:
292+
group: ${{ github.workflow }}-${{ github.ref }}
293+
cancel-in-progress: true

0 commit comments

Comments
 (0)