Skip to content

Commit 9bc475e

Browse files
authored
Cancel concurrent tests (#342)
1 parent dc77498 commit 9bc475e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/UnitTest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
schedule:
1919
- cron: '20 00 1 * *'
2020

21+
concurrency:
22+
group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
23+
cancel-in-progress: true
24+
2125
jobs:
2226
test:
2327
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)