We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ff5f2 commit 8d5eb1dCopy full SHA for 8d5eb1d
.github/workflows/ci-testing.yml
@@ -1,5 +1,9 @@
1
name: CI testing
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: true
6
+
7
on:
8
push:
9
branches: [main, "release/*"]
0 commit comments