We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6040730 commit 8190bebCopy full SHA for 8190beb
.github/workflows/ci.yml
@@ -151,3 +151,6 @@ jobs:
151
run: ./scripts/before_script.sh
152
env:
153
CI: true
154
+concurrency:
155
+ group: ${{ github.workflow }}-${{ github.ref }}
156
+ cancel-in-progress: true
0 commit comments