With most CI systems, if I put
[ci skip]
or something into the git commit message, then we can skip a CI flow for that commit. This is useful for stuff like typo fixes to READMEs, etc.
I would like to be able to put
[render skip]
into the git commit message to skip the Render deploy. Ideally either of these would behave identically:
[render skip]
,
[deploy skip]