Skip to content

Commit 1157023

Browse files
woody-applepull[bot]
authored andcommitted
Adding concurrency to tests
1 parent 63ca2e3 commit 1157023

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
pull_request:
2020
workflow_dispatch:
2121

22+
concurrency:
23+
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
24+
cancel-in-progress: true
25+
2226
jobs:
2327
test_suites_linux:
2428
name: Test Suites - Linux

0 commit comments

Comments
 (0)