From 99e4c76117514ef24c9900e4a2cb623ba851a1b2 Mon Sep 17 00:00:00 2001 From: Dominic Couture <dcouture@gitlab.com> Date: Wed, 27 Mar 2024 01:04:16 +0000 Subject: [PATCH] Rephrase ambiguous sentence in compliance pipelines doc --- doc/user/group/compliance_pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/group/compliance_pipelines.md b/doc/user/group/compliance_pipelines.md index d1f39f7bac018..d09322df44d2c 100644 --- a/doc/user/group/compliance_pipelines.md +++ b/doc/user/group/compliance_pipelines.md @@ -81,7 +81,7 @@ include: # Execute individual project's configuration (if project contains .git file: '$CI_CONFIG_PATH' ref: '$CI_COMMIT_SHA' # Must be defined or MR pipelines always use the use default branch rules: - - if: $CI_PROJECT_PATH != "my-group/project-1" # Must be the hardcoded path to the project that hosts this configuration. + - if: $CI_PROJECT_PATH != "my-group/project-1" # Must run on projects other than the one hosting this configuration. # Allows compliance team to control the ordering and interweaving of stages/jobs. # Stages without jobs defined will remain hidden. -- GitLab