summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jlenny@gitlab.com>2019-02-08 07:55:56 +0000
committerJason Lenny <jlenny@gitlab.com>2019-02-08 07:55:56 +0000
commit9b2981fbe6dca481107033d3c5a80569a369fce9 (patch)
tree0d5c0ed4f4cd49ca44b1b4610e42413a30c1f09d
parent43b6968250dd7d6ffce0c035eeeee1a630c0e17c (diff)
downloadgitlab-ce-9b2981fbe6dca481107033d3c5a80569a369fce9.tar.gz
Apply suggestion to doc/ci/merge_request_pipelines/index.md
-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 e48951cb298..5d1fbe5e3cf 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)
-## Having all jobs always run, except for a few
+## Excluding certain jobs
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.