We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952ea09 commit eeef6f5Copy full SHA for eeef6f5
src/run/ci_provider/gitlab_ci/provider.rs
@@ -89,8 +89,8 @@ impl TryFrom<&Config> for GitLabCIProvider {
89
None,
90
),
91
92
- // For pipelines created by using a trigger token or created via the GitLab UI.
93
- "trigger" | "web" => (
+ // For pipelines created with the api, using a trigger token or via the GitLab UI.
+ "trigger" | "web" | "api" => (
94
RunEvent::WorkflowDispatch,
95
branch_or_tag_ref,
96
Some(branch_name),
0 commit comments