From 701e285e993fc47593ab62c9ceedc463a6a52455 Mon Sep 17 00:00:00 2001 From: Jason Lenny Date: Fri, 8 Feb 2019 07:55:15 +0000 Subject: 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(-) (limited to 'doc/ci/merge_request_pipelines/index.md') diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md index b09b7ca947d..6d3483fffdd 100644 --- a/doc/ci/merge_request_pipelines/index.md +++ b/doc/ci/merge_request_pipelines/index.md @@ -64,7 +64,7 @@ that rule are run in the context of a merge request; no other jobs will be run. This behavior may not be intuitive when you want all of your jobs to run _except_ for one or two. Consider the following pipeline, with jobs A B and C. If you want all pipelines to always run A and B, but only want C to run for a merge request, -you can set things up like this to make that work: +you can configure your `.gitlab-ci.yml` file as follows: ``` yaml .only-default: &only-default -- cgit v1.2.1