I have a Azure DevOps pipeline where several stages run in parallel. One of those stages takes a lot longer to run than the others. Is there any way to make sure that specific stage is started first?
All of the options I found make other stages wait for this stage to finish. I do not want. The stages do not depend on each other.
The pipeline will just take less time overall if the slowest stage is started first. Is there a way to push it to the top of the queue?