summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jlenny@gitlab.com>2019-02-05 11:10:10 +0000
committerJason Lenny <jlenny@gitlab.com>2019-02-05 11:10:10 +0000
commit82685510df1dd1a40fefaeb377796442d51cf340 (patch)
tree32266ba64cf5e8218c6906856588317fbce1601b
parent04e861afe49201b99651286eb77c89a7d49406a3 (diff)
downloadgitlab-ce-82685510df1dd1a40fefaeb377796442d51cf340.tar.gz
Rename section header to be more clear
-rw-r--r--doc/ci/merge_request_pipelines/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md
index 33e39f8d71d..5524a4d42f3 100644
--- a/doc/ci/merge_request_pipelines/index.md
+++ b/doc/ci/merge_request_pipelines/index.md
@@ -56,7 +56,7 @@ The same tag is shown on the pipeline's details:
![Pipeline's details](img/pipeline_detail.png)
-## Making all jobs run for your MR pipelines
+## Having all jobs always run, except for a few
The behavior of the `only: merge_requests` rule is such that _only_ jobs with
that rule are run in the context of a merge request; no other jobs will be run.