We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d1688 + c14b6e1 commit c2351bbCopy full SHA for c2351bb
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: ci
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: true
6
+
7
on:
8
workflow_dispatch:
9
schedule:
.github/workflows/test.yml
name: test
push:
branches:
.github/workflows/validate.yml
name: validate
0 commit comments