From 4dcdd5bebb55bd5522ec180070d4d265e00943b5 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 24 Jan 2024 06:07:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/project/push_options.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/user/project') diff --git a/doc/user/project/push_options.md b/doc/user/project/push_options.md index a129e6f6cd0..bf5bf856631 100644 --- a/doc/user/project/push_options.md +++ b/doc/user/project/push_options.md @@ -32,6 +32,10 @@ For server-side controls and enforcement of best practices, see You can use push options to skip a CI/CD pipeline, or pass CI/CD variables. +NOTE: +Push options are not available for merge request pipelines. For more information, +see [issue 373212](https://gitlab.com/gitlab-org/gitlab/-/issues/373212). + | Push option | Description | Example | |--------------------------------|-------------|---------| | `ci.skip` | Do not create a CI/CD pipeline for the latest push. Skips only branch pipelines and not [merge request pipelines](../../ci/pipelines/merge_request_pipelines.md). This does not skip pipelines for CI/CD integrations, such as Jenkins. | `git push -o ci.skip` | -- cgit v1.2.3