Skip to content

Commit 57625b4

Browse files
committed
add qa label to test-release job
1 parent 189cddd commit 57625b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
test-release:
206206
name: test on ${{ matrix.id }}
207207
if: ${{ ! inputs.skip_tests }}
208-
runs-on: [ self-hosted, Release, "${{ matrix.runner-arch }}" ]
208+
runs-on: [ self-hosted, qa, Release, "${{ matrix.runner-arch }}" ]
209209
timeout-minutes: 7200 # 5 days
210210
needs: [ build-release ]
211211
strategy:

0 commit comments

Comments
 (0)