Skip to content

Commit

Permalink
[Tool] Pipeline ci-merged use hosts with 'normal' label (#28439)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyziye authored Aug 2, 2023
1 parent c0457f6 commit 36193bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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' &&
Expand Down Expand Up @@ -140,4 +140,4 @@ jobs:
- name: Clean ENV
if: always()
run: |
rm -rf ${{ github.workspace }}/*
rm -rf ${{ github.workspace }}/*

0 comments on commit 36193bb

Please sign in to comment.