From 36193bb435e1a6c905aadff7f784a7736ed62822 Mon Sep 17 00:00:00 2001 From: andyziye <108652123+andyziye@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:58:34 +0800 Subject: [PATCH] [Tool] Pipeline ci-merged use hosts with 'normal' label (#28439) --- .github/workflows/ci-merged.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-merged.yml b/.github/workflows/ci-merged.yml index 87cb9fb78deff..958d960f6fc60 100644 --- a/.github/workflows/ci-merged.yml +++ b/.github/workflows/ci-merged.yml @@ -76,7 +76,7 @@ jobs: labels: '2.4' thirdparty-update-image: - runs-on: self-hosted + runs-on: [self-hosted, normal] name: Thirdparty Update Image if: github.event.pull_request.merged == true env: @@ -109,7 +109,7 @@ jobs: rm -rf ${{ github.workspace }}/* close_msg: - runs-on: self-hosted + runs-on: [self-hosted, normal] if: > github.event.pull_request.merged == true && github.base_ref == 'main' && @@ -140,4 +140,4 @@ jobs: - name: Clean ENV if: always() run: | - rm -rf ${{ github.workspace }}/* \ No newline at end of file + rm -rf ${{ github.workspace }}/*