I've started using pipelines on anew project and as to keep my work machines up to date, a lot of "draft" commints are being pushed. I am also using Pipelines to build and test each revision. However, I do ont need to run build & test on draft commits, since these are in essence incomplete work.
How do I prevent Pipelines to run on draft commits but make it run on public ones?
Look for the answer to the question Can I commit without triggering the pipeline? on the Bitbucket Pipelines FAQ - put "[skip ci]" into your commit messages to have them not trigger builds in Bitbucket Pipelines
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.