Don't build/deploy site when the PullRequest is in Draft

Since all notifications look the same to us, you’d probably want to instruct us somehow not to build your site. There are a few ways listed here: [Support Guide] How can I optimize my Netlify build time?

The two that I think are most relevant are:

  • if you can add “[skip ci]” to the commit message for those PR’s, we will not build.
  • if you write your own ignore script that can detect a draft PR, you can choose when we shouldn’t build: File-based configuration | Netlify Docs
1 Like