Pages occasionally not triggering on GitHub commits
Pages✅Solved
Hey everyone!
I have a Cloudflare Pages project connected to a GitHub repository. Every commit to my production branch (master) should automatically trigger a new deployment. Most of the time it works perfectly. However, occasionally a commit (pushed exactly the same way as all others, same branch, same process) does not trigger a Pages deployment at all.
There is: - no deployment visible in the Pages dashboard - no build failure - no cancellation - no GitHub check created - no alert whatsoever
The next commits usually work again normally. This happens sporadically and I can't identify any pattern.
Has anyone experienced this? Is there a known issue with webhook delivery or GitHub integration reliability?