I created a build pipeline in Azure DevOps that is defined in YAML. It has a cron-trigger that is executed at scheduled night times. Sometimes the pipeline run fails and needs to be executed manually to work again.
I wanted to trigger not to fire again if the previous execution was not yet completed. How can I do this?