Skip stages for specific commit messages

Hi All,

We have some stages configured within the yml file, but we want to skip some stages if we commit with specific messages. For example GitLab supports [skip ci] as commit message to skip the complete build.

What we would like is commit with a message like [create release] which then skips some of the stages instead of the complete build.

Is this possible?

1 Like