From f5dd8436b2b0e02c7d809359f5feefa485caa99f Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 30 Sep 2025 15:43:15 +0200 Subject: [PATCH] docs: update GitLab option name Link: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195502 Part-of: --- docs/ci/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 794f91df50a..9472f3973d2 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -37,7 +37,7 @@ If the GitLab CI doesn't seem to be running on your fork (or MRs, as they run in the context of your fork), you should check the "Settings" of your fork. Under "CI / CD" → "General pipelines", make sure "Custom CI config path" is empty (or set to the default ``.gitlab-ci.yml``), and that the -"Public pipelines" box is checked. +"Project-based pipeline visibility" box is checked. If a specific CI farm is failing for reasons unrelated to your changes, make an MR to disable the farm following the `farm management <#farm-management>`__