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

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

View File

@ -95,7 +95,7 @@ always run. `C` specifies that it should only run for merge requests, so for any
pipeline except a merge request pipeline, it will not run.
As you can see, this will help you avoid a lot of boilerplate where you'd need
to add that only rule to all of your jobs in order to make them always run. You
to add that `only:` rule to all of your jobs in order to make them always run. You
can use this for scenarios like having only pipelines with merge requests get a
Review App set up, helping to save resources.