Skip to content

Commit b70832a

Browse files
committed
chore: add concurrency to test jobs
1 parent 3aef330 commit b70832a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- targetPlatform: StandaloneWindows64
6666
runs-on: [self-hosted, windows]
6767
test_script: test_windows.ps1
68+
concurrency:
69+
group: test-${{ matrix.targetPlatform }}
6870
runs-on: ${{ matrix.runs-on }}
6971
steps:
7072
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)