[CI] support /rerun-ut command in slash handler (#19800)

This commit is contained in:
Liangsheng Yin
2026-03-03 14:10:49 -08:00
committed by GitHub
parent 5b2e2750b5
commit 1135e214b3
3 changed files with 308 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ jobs:
(contains(github.event.comment.body, '/tag-run-ci-label') ||
contains(github.event.comment.body, '/rerun-failed-ci') ||
contains(github.event.comment.body, '/tag-and-rerun-ci') ||
contains(github.event.comment.body, '/rerun-stage'))
contains(github.event.comment.body, '/rerun-stage') ||
contains(github.event.comment.body, '/rerun-ut'))
runs-on: ubuntu-latest
steps: