openshift-pipelines/pipelines-as-code

Rerunning a failed run from github checkrun should only restart failed one and not all

sm43 opened this issue · 0 comments

sm43 commented

currently when we rerun a failed run from github UI, it restarts all of them which is not good
waste of resources.

see #1368 (comment)

we should only restart the failed one..
how? probably the event has a checkrun name, and we can figure out which pipelinerun it is associated with

/kind bug