I'm quite new to Azure Devops, so sorry if it's obvious questions.
I have a release pipeline with 3 stages like this:
First stage is run on Agent A on Machine A, Stages 2,3 run on Agent B on Machine B. Once stage 1 in prev. pipeline is finished -> it will start stage 1 of next scheduled pipeline run. Is there a way to prevent this? I would like to start next scheduled pipeline run only after all stages are finished in previous one.