Skip builds on specific CI systems

Most CI systems will not build if a git commit -m message includes a string like [skip ci]. For example:

git commit -m "update install docs [skip ci]"

Some CI systems have additional custom commit keywords that allow skipping only that CI: