Draft pull requests not being built

You can already skip builds as necessary with a commit tag.

1 Like

Which says nothing about building it or not. If you want to opt-out your PR from CI build you can use [skip ci] in the commit message (regardless of being draft or not).

1 Like

Thanks!

I’d like to save computing resources and skip CI for Drafts. Actually, I expected this to be the default behavior.

How do you disable all builds for Drafts ? (I know of [skip ci] for each commit, but I’m rather looking for a setting in Travis-CI)