From fc4481f606223256fc3c0ba0269a0d0b91312301 Mon Sep 17 00:00:00 2001 From: Jason Lenny Date: Thu, 15 Aug 2019 10:04:33 +0000 Subject: Reverse behavior of ci_dag_limit_needs --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ci') diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index ae04a39a227..2be93433b36 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1741,7 +1741,7 @@ This example creates three paths of execution: that have the keyword `needs:` or are referred to by one. 1. For self-managed users, the feature must be turned on using the `ci_dag_support` feature flag. The `ci_dag_limit_needs` option, if set, will limit the number of - jobs that a single job can need to `5`. If unset, the limit is `50`. + jobs that a single job can need to `50`. If unset, the limit is `5`. ### `coverage` -- cgit v1.2.1