Is it possible to disable manual trigger for release pipeline in azure devops

Viewed 1030

I have configured a release pipeline in my environment in a way as dev -> test -> uat -> prod stages.

My query is whether its possible to disable the manual deployment happens to individual stages like we should not be able to deploy to uat until the test stage is completed.

Right now we will be able to manually run the uat stage even if the dev and test stage is not completed or we haven't run those stages.

1 Answers
Related