Hello,
I have a pipeline and every step has a backup step that runs with another runner. If one step in parallel steps fails, I want the other step to still be able to continue without interruption and without the whole pipelie failing itself. For example:

In this image there are 2 runners for parallel steps, Main and Backup. If backup runner fails as seen in "Check commit message [Backup]" step, I want the main runner to continue with the "TPT test" step since main runner completed "Check commit message" step successfully.
So basically even if one of the parallel steps fail, if the other was successfull, I want the other step to still continue with the next step rather then stopping after parallel step is done. Is this possible, or is there a workaround?
Thanks for your time,
Sena