Is there a possible way to skip a ci build in azure Devops Pipeline

Copper Contributor

When I try to resolve multiple PRs at once I am getting my pipeline triggered multiple number of times. Instead I want my pipeline to be triggered only for the Latest Commit which is in the Repository.
Is there any possible way to achieve this in Azure DevOps?

1 Reply
I have tried using [skip ci] [ci skip] ***NO_CI*** in the commit messages. I have found that these are restricted to github. Even I was wondering if there is a way to achieve the same in Azure DevOps.