[CI] Split the CI control labels into four axes and resolve them live (#40527)
This commit is contained in:
@@ -435,7 +435,7 @@ def handle_rerun_failed_ci(gh_repo, pr, comment, user_perms, react_on_success=Tr
|
||||
# Rerun workflows that ended in failure, skipped, cancelled or timed_out.
|
||||
#
|
||||
# - failure: use rerun_failed_jobs() which reruns failed jobs *and their
|
||||
# dependent jobs* (GitHub API). Fast-fail cascades call
|
||||
# dependent jobs* (GitHub API). Fail-fast cascades call
|
||||
# core.setFailed(...) so their conclusion is "failure" and are covered.
|
||||
# - skipped: the entire run was skipped (no jobs ran), so there are no
|
||||
# failed jobs for rerun_failed_jobs() to target. Use run.rerun().
|
||||
|
||||
Reference in New Issue
Block a user