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 0f6637e commit ecb1541Copy full SHA for ecb1541
1 file changed
.github/workflows/unit-test.yml
@@ -8,6 +8,11 @@ on:
8
branches:
9
- main
10
11
+# cancel in-progress runs on new commits to same PR (gitub.event.number)
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
unit-test:
18
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1
0 commit comments