I'm currently working on a azure devops yaml pipeline.
The structure of the pipeline looks something like this:

As you can see I have multiple "forks" and in one case I want to bring the "forked ways" back into one. (before the download_from_source stage). The noapproval stage is kind of unnecessary and I want to delete it.
Is there a way to achieve this without having an extra stage? So it would look something like this?

