diff options
| author | Alyssa Ross <hi@alyssa.is> | 2025-09-30 15:43:15 +0200 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-09-30 14:46:57 +0000 |
| commit | f5dd8436b2b0e02c7d809359f5feefa485caa99f (patch) | |
| tree | efd653beba59c94a3c3d51f761a335996402bf3a /docs | |
| parent | fd898f4977e11c072ff86d6bb50ec3ecf26dfeab (diff) | |
docs: update GitLab option name
Link: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195502
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37637>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ci/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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>`__ |