I have a workflow that runs 3 jobs in parallel. If those jobs succeed I have a “type: approval” job that “requires” the previous three jobs and fires a build.
I do not want to make builds every time so all my jobs end up like “on_hold” but I would like to see a green there and still have the chance to fire a build in the future.
I couldn’t find a way to do this in the documentation. Is this possible?
If not the only solutions I have is to have different branch to create builds and filter the steps by branch?
Hi @andresinaka and welcome to our developer’s forum!
I do not want to make builds every time so all my jobs end up like “on_hold” but I would like to see a green there and still have the chance to fire a build in the future.
Does this mean that you would like your “on_hold” job to be marked as successful, without continuing the workflow?
Can you share a link of your workflow, just to help us visualize what you’d like to have happen? This is simply the URL when you are looking at the workflow map.