I’m trying to optimize build minutes in our account, and I’m trying to find a way to tell Netlify NOT to build a deploy preview for certain PRs. My repo is currently configured to Automatically build deploy previews for all pull requests.
I’ve tried using the [skip ci] tag in the commit message, and I’ve also added an ignore config to my netlify.toml file as described here, but Netlify is still building deploy previews for new PRs. Do these methods work for deploy previews or only for deployments to the main branch? Any other methods you would recommend optimizing build minutes if deploy previews are the only feature we actively use?
I’ve confirmed the command works locally on this branch and returns 0.
Any help would be greatly appreciated! Otherwise bot Pull Requests are pushing my build times over the edge and I’ll be forced to switch off of Netlify. Hopefully I can find a way to fix this! Thank you in advance!