Commit c4bf3852 authored by Ryan Kelly's avatar Ryan Kelly Committed by Marcel Amirault

Clarify detached pipelines

parent a5695bb3
...@@ -16,8 +16,8 @@ changes are pushed to a branch. ...@@ -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, If you want the pipeline to run jobs **only** on commits associated with a merge request,
you can use *pipelines for merge requests*. you can use *pipelines for merge requests*.
In the UI, these pipelines are labeled as `detached`. Otherwise, these pipelines are the same 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).
as other pipelines. Otherwise, these pipelines are the same as other pipelines.
Pipelines for merge requests can run when you: 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