Skip to content

Commit 6260f51

Browse files
authored
Cancel running workflows before starting new ones (#13)
Cancel running tests before starting new ones Fixes #12 Co-authored-by: tyler36 <[email protected]>
1 parent 5d978e3 commit 6260f51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
required: false
1515
default: "false"
1616

17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref }}
19+
cancel-in-progress: true
20+
1721
# required for keep-alive workflow.
1822
permissions:
1923
actions: write

0 commit comments

Comments
 (0)