pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

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

Open sm43 opened this issue 2 years ago • 0 comments

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

see https://github.com/openshift-pipelines/pipelines-as-code/issues/1368#issuecomment-1707950690

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

sm43 avatar Sep 06 '23 09:09 sm43