diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md index f24c5ad40a9..465ecedff32 100644 --- a/doc/ci/merge_request_pipelines/index.md +++ b/doc/ci/merge_request_pipelines/index.md @@ -90,7 +90,7 @@ C: - merge_requests ``` -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 pipeline except a merge request pipeline, it will not run.