Skip to content

Commit

Permalink
ci: remove running CI for superseded commits (#8213)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy authored Oct 27, 2022
1 parent b54af6b commit c41e5fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
image: redis
ports:
- 6379:6379
env:
env:
MONGODB_VERSION: ${{ matrix.MONGODB_VERSION }}
MONGODB_TOPOLOGY: ${{ matrix.MONGODB_TOPOLOGY }}
MONGODB_STORAGE_ENGINE: ${{ matrix.MONGODB_STORAGE_ENGINE }}
Expand Down Expand Up @@ -288,3 +288,6 @@ jobs:
env:
CI: true
- run: bash <(curl -s https://codecov.io/bash)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit c41e5fc

Please sign in to comment.