diff options
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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` |