[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
@@ -63,11 +63,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: Download artifacts
if: inputs.sgl_kernel == 'true'
@@ -120,11 +117,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: Download artifacts
if: inputs.sgl_kernel == 'true'
@@ -174,11 +168,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: Download artifacts
if: inputs.sgl_kernel == 'true'