Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

[Question] How to select stages to run? #57

Open parikshit14 opened 2 years ago

parikshit14 commented 2 years ago

hi, I wanted to know how to select stages to run through github workflow for the pipelines present in ADO? Do i need to configure azure-pipeline-variables or is there any other field similar to this one?

vijayma commented 2 years ago

Since the only mechanism to pass inputs into the pipeline is through the "variables", you can use conditions on a stage that rely on these variables.