Commit b0fe52f9 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-clarify-detached' into 'master'

Clarify detached pipelines

See merge request gitlab-org/gitlab!67168
parents f6d8edbf c4bf3852
......@@ -16,8 +16,8 @@ changes are pushed to a branch.
If you want the pipeline to run jobs **only** on commits associated with a merge request,
you can use *pipelines for merge requests*.
In the UI, these pipelines are labeled as `detached`. Otherwise, these pipelines are the same
as other pipelines.
These pipelines are labeled as `detached` in the UI, and they do not have access to [protected variables](../variables/index.md#protect-a-cicd-variable).
Otherwise, these pipelines are the same as other pipelines.
Pipelines for merge requests can run when you:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment