Skip to content

Commit 9a7b0a5

Browse files
authored
Merge pull request #336 from immutable/feature/sdk-3400-self-hosted-concurrency
[SDK-3400]: Make sure only 1 job runs UI tests at a time
2 parents 3aef330 + b70832a commit 9a7b0a5

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)