Skip to content

Commit 0290011

Browse files
committed
Cancel any tests running when a new commit is pushed.
1 parent 7c101c3 commit 0290011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
tests:
1418
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)