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.
1 parent fc0e129 commit f3843f1Copy full SHA for f3843f1
.github/workflows/ci.yml
@@ -1,5 +1,10 @@
1
name: CI
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref_name }}
5
+
6
+ cancel-in-progress: true
7
8
on:
9
push:
10
branches:
0 commit comments