actiond_profile_set
Switch the CI/CD execution profile to fast, full, or release to control which plugins run on each push. Applies globally and takes effect on the next triggered event.
Instructions
Switch the execution profile that controls which CI/CD plugins run on each push. Accepts exactly one of: "fast" (minimal CI — core lint and test only, recommended during active development for quick feedback), "full" (complete CI — adds security scan, coverage, and formatting; switch before merging), or "release" (full CI/CD — adds build, deploy, and release notes). The change applies globally and takes effect on the next triggered event. Returns the new profile; verify the current one any time with actiond_profile_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | Execution profile: "fast", "full", or "release" |