From 71597f9baa4ad409d361677df51a5372589dbf97 Mon Sep 17 00:00:00 2001 From: Jason Lenny Date: Mon, 11 Feb 2019 08:08:23 +0000 Subject: [PATCH] Apply suggestion to doc/ci/merge_request_pipelines/index.md --- doc/ci/merge_request_pipelines/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab