We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202af1 commit c667810Copy full SHA for c667810
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: ci
2
3
-concurrency: ci-${{ github.ref }}
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: true
6
7
on:
8
pull_request:
0 commit comments