From ca5a784c6e4b45bfe6c4ecb44db6d7459ebe73ae Mon Sep 17 00:00:00 2001 From: Sviatoslav Somov Date: Fri, 18 Apr 2025 21:58:51 +0200 Subject: [PATCH] docs: add description --- doc/ci/pipelines/merge_request_pipelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ci/pipelines/merge_request_pipelines.md b/doc/ci/pipelines/merge_request_pipelines.md index 0c38642a9cfcc1..a72690fae2e33a 100644 --- a/doc/ci/pipelines/merge_request_pipelines.md +++ b/doc/ci/pipelines/merge_request_pipelines.md @@ -2,6 +2,7 @@ stage: Verify group: Pipeline Execution info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments +description: Learn how to use merge request pipelines in GitLab CI/CD to test changes efficiently, run targeted jobs, and improve code quality before merging. title: Merge request pipelines --- -- GitLab