[CI] Simplify CI check actions and add maintenance gate to rerun-ut (#21455)

This commit is contained in:
Liangsheng Yin
2026-03-25 23:28:18 -07:00
committed by GitHub
parent 01ccdb91b1
commit 176c8e7b0e
7 changed files with 5 additions and 106 deletions
-8
View File
@@ -45,11 +45,8 @@ jobs:
ref: ${{ inputs.pr_head_sha || inputs.git_ref || github.sha }}
- uses: ./.github/actions/check-stage-health
id: stage-health
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
timeout-minutes: 20
@@ -75,8 +72,6 @@ jobs:
ref: ${{ inputs.pr_head_sha || inputs.git_ref || github.sha }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
timeout-minutes: 20
@@ -102,11 +97,8 @@ jobs:
ref: ${{ inputs.pr_head_sha || inputs.git_ref || github.sha }}
- uses: ./.github/actions/check-stage-health
id: stage-health
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
timeout-minutes: 20