Forum Discussion

Kasyap1910's avatar
Kasyap1910
Copper Contributor
Apr 04, 2023

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

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

  • adityachiruvolu's avatar
    adityachiruvolu
    Copper Contributor
    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.

Resources