ci: add /rerun-group to rerun all registered tests in a group (#24023)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
shuwenn
2026-04-29 10:24:16 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 4cf109bbd1
commit 03147f66b8
3 changed files with 121 additions and 8 deletions
@@ -20,6 +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-group') ||
contains(github.event.comment.body, '/rerun-test'))
runs-on: ubuntu-latest