[Tool] Use the independent runner for sync (#50750)
Signed-off-by: andyziye <108652123+andyziye@users.noreply.github.com>
This commit is contained in:
parent
1a7e5a82b1
commit
5ac71b45bc
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue