From 4e1440c3e3c46399af4f3363e05657845533b755 Mon Sep 17 00:00:00 2001 From: Caleb Williamson <cwilliamson@gitlab.com> Date: Wed, 7 Feb 2024 19:38:20 +0000 Subject: [PATCH] Fix incorrect information for protected variables --- doc/ci/variables/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/ci/variables/index.md b/doc/ci/variables/index.md index 33cb34eedb165..85e6ae5f53a99 100644 --- a/doc/ci/variables/index.md +++ b/doc/ci/variables/index.md @@ -307,10 +307,7 @@ You can configure a project, group, or instance CI/CD variable to be available only to pipelines that run on [protected branches](../../user/project/protected_branches.md) or [protected tags](../../user/project/protected_tags.md). -[Merged results pipelines](../pipelines/merged_results_pipelines.md), which run on a -temporary merge commit, not a branch or tag, do not have access to these variables. -[Merge request pipelines](../pipelines/merge_request_pipelines.md), which do not use -a temporary merge commit, can access these variables if the branch is a protected branch. +[Merged results pipelines](../pipelines/merged_results_pipelines.md) and [merge request pipelines](../pipelines/merge_request_pipelines.md) do not have access to these variables. Prerequisites: -- GitLab