Hi @jen, I did as you suggested and it still got built.
As part of my investigation, I went to test on another site and it worked, the commit doesn’t even show up as Skipped
in the Deploys tab (is it me or they did show up before?). There are a couple differences however, that one is on Bitbucket and I don’t have Deploy Previews, it’s just one master branch.
So I tried on a Github repo, tried to replicate the issue by opening pull requests and pushing commits to it, but it still works.
With these results, I deduce my Netlify account is fine and that the problem is the repo. I don’t have anything special in the repo’s settings, apart from some Github actions for Azure but I do have a netlify.toml
file which looks like this:
[context.production]
command = "make production"
[context.production.environment]
SOME_KEYS="ant their value"
[context.deploy-preview.environment]
SOME_KEYS="ant their value"
[context.staging.environment]
SOME_KEYS="ant their value"
I don’t think there’s anything with this file, in fact it’s doing its job very well.
Any ideas? I’m glad the problem is that they’re not being skipped instead of the other way around!
Thanks,
JC