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
@@ -381,6 +381,6 @@ group: pr-test-{event_name}-{branch}-{pr_sha}-{stage}
| `/rerun-failed-ci` | Reruns failed jobs in the latest workflow run |
| `/tag-and-rerun-ci` | Adds label + reruns |
| `/rerun-stage <stage>` | Dispatches `pr-test.yml` with `target_stage=<stage>` |
| `/rerun-ut <test-file>` | Reruns a specific test file via `rerun-ut.yml` |
| `/rerun-test <test-file>` | Reruns a specific test file via `rerun-test.yml` |
Handled by `scripts/ci/utils/slash_command_handler.py` → `.github/workflows/slash-command-handler.yml`.