We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eee29f commit 2d1eea5Copy full SHA for 2d1eea5
.github/workflows/ci.yml
@@ -60,3 +60,6 @@ jobs:
60
env:
61
CI: true
62
- run: bash <(curl -s https://codecov.io/bash)
63
+concurrency:
64
+ group: ${{ github.workflow }}-${{ github.ref }}
65
+ cancel-in-progress: true
0 commit comments