Rename rerun-ut to rerun-test (#21747)

This commit is contained in:
Ke Bao
2026-03-31 17:31:55 +08:00
committed by GitHub
parent 08d3c1a134
commit 2456889f98
4 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
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-ut'))
contains(github.event.comment.body, '/rerun-test'))
runs-on: ubuntu-latest
steps: