ci: remove running CI for superseded commits (#8213)

This commit is contained in:
dblythy
2022-10-27 19:36:52 +11:00
committed by GitHub
parent b54af6b701
commit c41e5fca95

View File

@@ -288,3 +288,6 @@ jobs:
env: env:
CI: true CI: true
- run: bash <(curl -s https://codecov.io/bash) - run: bash <(curl -s https://codecov.io/bash)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true