Skip to content
View entire changelog

Pipelines triggered via Custom Webhook are no longer skipped

Enhancement

We have changed the behaviour of pipelines triggered via custom webhook to ensure they always run, even if the commit they check out includes the keywords [skip-ci] or [ci-skip]. For more information about skip CI behaviour, visit the docs page.

Previous changes