[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
-30
View File
@@ -63,8 +63,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -98,8 +96,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
timeout-minutes: 20
@@ -130,8 +126,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
timeout-minutes: 20
@@ -158,8 +152,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -191,8 +183,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -275,8 +265,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -308,8 +296,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -381,8 +367,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -408,8 +392,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -448,8 +430,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -475,8 +455,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -520,8 +498,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -580,8 +556,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -636,8 +610,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |
@@ -665,8 +637,6 @@ jobs:
ref: ${{ inputs.ref || github.ref }}
- uses: ./.github/actions/check-maintenance
with:
github-token: ${{ github.token }}
- name: Install dependencies
run: |