Skip to content

Commit c41e5fc

Browse files
authored
ci: remove running CI for superseded commits (#8213)
1 parent b54af6b commit c41e5fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
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)