Skipping the CI only work with `[skip ci]` in the commit message
Some project expect other keywords draft
or wip
to prevent pipeline run.
We should add an extra condition to skip commits containing some keywords.
This should be configurable but regex can't be used as variables yet despite what the 13.12 documentation says.