Avoiding a build at Cloudflare Pages on git commit
September 30, 2022
cloudflare
code
[code]
To skip a build at Cloudflare Pages and just commit to git, add one of these to the start of the commit message:
[CI Skip]
[CI-Skip]
[Skip CI]
[Skip-CI]
[CF-Pages-Skip]
Source https://developers.cloudflare.com/pages/platform/branch-build-controls/