Skip to content

Commit a47e532

Browse files
authored
stable-25-3-1: Use tiny-worker for update_integrated_status job (#26087)
2 parents b161707 + 602fa38 commit a47e532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
vars: ${{ format('{{"AWS_BUCKET":"{0}","AWS_ENDPOINT":"{1}","REMOTE_CACHE_URL":"{2}","TESTMO_URL":"{3}","TESTMO_PROJECT_ID":"{4}"}}',
259259
vars.AWS_BUCKET, vars.AWS_ENDPOINT, vars.REMOTE_CACHE_URL_YA, vars.TESTMO_URL, vars.TESTMO_PROJECT_ID ) }}
260260
update_integrated_status:
261-
runs-on: ubuntu-latest
261+
runs-on: [self-hosted, tiny-worker]
262262
needs: build_and_test
263263
if: always()
264264
steps:

0 commit comments

Comments
 (0)