Can you make netlify wait for github CI to finish before starting its build?

Hello world,

I have a blog (https://blog-ari-web.netlify.app) with a custom domain (https://blog.ari-web.xyz) and it’s generated by my custom python script and I also have some CI stuff set up and if it fails it’s basically useless build minutes used, so can I make netlify wait until this CI passes and then build the site using this command?

I have tried looking up and found nothing about it besides some errors on push or something

Maybe it’s not even a thing? Not sure, but still, how can I do it as the CI doesn’t pass 100% of the time and I just waste minutes of my netlify build time which builds up when trying to fix my issue that is making CI fail

Resources:

thanks in advance <3

Hey @B00bleaTea

Have you seen this thread [Support Guide] How can I disable automatic git deploys? and in particular this answer

1 Like

@coelmay

how did I not think of that, thank you <3