actiond_plugin_disable
Disable a CI/CD plugin to stop it from triggering on project events, skipping unnecessary checks and shortening CI. The plugin remains registered and can be re-enabled anytime.
Instructions
Disable a CI/CD plugin for the current project. Once disabled, the plugin no longer triggers even when its event conditions are met — useful for skipping unnecessary checks or shortening CI. The plugin stays registered and can be re-enabled at any time with actiond_plugin_enable; discover exact names with actiond_plugins_list. For broad, preset scope changes prefer actiond_profile_set (fast/full/release).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plugin name to disable (e.g., 'benchmark', 'coverage_report') |