We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856f4e9 commit 26df890Copy full SHA for 26df890
1 file changed
.github/workflows/main.yml
@@ -1,5 +1,9 @@
1
name: Main workflow
2
3
+concurrency:
4
+ group: ${{ github.ref }}-ci
5
+ cancel-in-progress: true
6
+
7
on:
8
pull_request:
9
push:
0 commit comments