We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f3becb + 5c14029 commit 21f6e30Copy full SHA for 21f6e30
.github/workflows/ci.yml
@@ -53,3 +53,6 @@ jobs:
53
env:
54
CI: true
55
- run: bash <(curl -s https://codecov.io/bash)
56
+concurrency:
57
+ group: ${{ github.workflow }}-${{ github.ref }}
58
+ cancel-in-progress: true
0 commit comments