Pages: Gitlab push -> skips deployment
Hi there, couldn't find the rules, but I hope this is ok.
For my previous repos, I didn't have this problem, but with every new repo + Cloudflare Pages, it seems that I'm running into the same problem, so I think I'm doing something wrong.
Essentially, when I make a push to a repo, Cloudflare should automatically deploy the Page. However, for some reason, it skips it. Weird part is that if I click on 'retry deployment' on the three dots on the right, it deploys perfectly normally without skipping.
I couldn't find any difference in my build configs between previous repos and the current repo. Similar with repo messages. I couldn't find the documentation on this.
What commit message should I make in order for it to deploy?


3 Replies
Feedback
Feedback has been submitted! Thank you :)
It's either:
- No relevant file changes detected (according to cf)
-build cancel due to queue (if you push commit during build)
- ignored branches or build settings
If Build cache is enabled , you should disable it and try again
Hmm build settings might be the only one -- all others don't apply
What are some of the build settings I coud look into?