[Tool] Use the independent runner for sync (#50750)

Signed-off-by: andyziye <108652123+andyziye@users.noreply.github.com>
This commit is contained in:
andyziye 2024-09-05 16:23:33 +08:00 committed by GitHub
parent 1a7e5a82b1
commit 5ac71b45bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
sync:
runs-on: [self-hosted, quick]
runs-on: [self-hosted, sync]
if: github.event.pull_request.merged == true && github.repository == 'StarRocks/starrocks'
env:
PR_NUMBER: ${{ github.event.number }}