Apply suggestion to doc/ci/merge_request_pipelines/index.md

This commit is contained in:
Jason Lenny 2019-02-08 07:55:56 +00:00
parent 43b6968250
commit 9b2981fbe6
1 changed files with 1 additions and 1 deletions

View File

@ -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.