[CI] update pr-gate to be compatible with new slash triggering mananer. (#13522)

This commit is contained in:
Liangsheng Yin
2025-11-19 00:49:13 +08:00
committed by GitHub
parent c1a30aa765
commit 109f27ba3a
3 changed files with 87 additions and 10 deletions
+1
View File
@@ -89,6 +89,7 @@ def handle_rerun_failed_ci(gh_repo, pr, comment, user_perms, react_on_success=Tr
continue
if run.conclusion == "failure":
# DEBUG
print(f"Rerunning failed workflow: {run.name} (ID: {run.id})")
try:
# Use rerun_failed_jobs for efficiency on failures