I want to skip all deploys and use a CI tool (in this case github actions) to run tests, linting, and other checks. After my CI build (on github actions) is green I will then trigger a deploy as a step in my CI.
Adding [skip ci] into my commit message will be confusing, as I’m still running a CI build on a different platform before triggering a deploy.