Skip to content
View entire changelog

Introduce the ability to disable triggers

New feature

The Project settings > Project setup page now allows disabling GitHub App and Custom Webhook triggers. This is useful when iterating on trigger configuration, as it enables pausing pipeline triggering without deleting a trigger.

Screenshot 2025-08-21 at 17.53.20

The same functionality is available programmatically through the Triggers API.

Previous changes