Apply suggestion to doc/ci/merge_request_pipelines/index.md
This commit is contained in:
parent
82685510df
commit
cc0378c485
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ C:
|
||||||
```
|
```
|
||||||
|
|
||||||
Since A and B are getting the `only:` rule to execute in all cases, they will
|
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.
|
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
|
As you can see, this will help you avoid a lot of boilerplate where you'd need
|
||||||
|
|
Loading…
Reference in a new issue