We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17374a3 commit 5c14029Copy full SHA for 5c14029
.github/workflows/ci.yml
@@ -45,3 +45,6 @@ jobs:
45
env:
46
CI: true
47
- run: bash <(curl -s https://codecov.io/bash)
48
+concurrency:
49
+ group: ${{ github.workflow }}-${{ github.ref }}
50
+ cancel-in-progress: true
0 commit comments