diff options
author | Jason Lenny <jlenny@gitlab.com> | 2019-02-08 07:55:03 +0000 |
---|---|---|
committer | Jason Lenny <jlenny@gitlab.com> | 2019-02-08 07:55:03 +0000 |
commit | cc0378c485185cf9d50c9b50b76ce91d59b9faaa (patch) | |
tree | 937ecc2b4050e0ee7a4a2ee1f67d2f5eac0cb700 /doc/ci/merge_request_pipelines | |
parent | 82685510df1dd1a40fefaeb377796442d51cf340 (diff) | |
download | gitlab-ce-cc0378c485185cf9d50c9b50b76ce91d59b9faaa.tar.gz |
Apply suggestion to doc/ci/merge_request_pipelines/index.md
Diffstat (limited to 'doc/ci/merge_request_pipelines')
-rw-r--r-- | doc/ci/merge_request_pipelines/index.md | 2 |
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 5524a4d42f3..b09b7ca947d 100644 --- a/doc/ci/merge_request_pipelines/index.md +++ b/doc/ci/merge_request_pipelines/index.md @@ -91,7 +91,7 @@ C: ``` Since A and B are getting the `only:` rule to execute in all cases, they will -always run. C specifies that it should only run for merge requests, so for any +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 |