- Published on
Avoid Infinite Loop
- Authors
- Name
- Bowen Y
Skip CI for a specific push
By default, CircleCI automatically triggers a pipeline whenever you push changes to your project. You can override this behavior by adding one of the following tags within the first 250 characters of the body or title of the latest commit
you pushed:
[ci skip]
[skip ci]
Adding one of these tags skips pipeline execution for all the commits included in the push.