diff options
author | Alex Harford <alex.harford@saucelabs.com> | 2019-08-16 23:03:13 +0000 |
---|---|---|
committer | Alex Harford <alex.harford@saucelabs.com> | 2019-08-16 23:03:13 +0000 |
commit | b29853ed3794b70a1b24389e712f7170d2cbd36e (patch) | |
tree | af2ab313258eb7cd88c818f6980a29c347741cad /doc | |
parent | c6f963b641a36b48f612fd727ed4a981342ea7bf (diff) | |
download | gitlab-ce-b29853ed3794b70a1b24389e712f7170d2cbd36e.tar.gz |
Update README.md
Diffstat (limited to 'doc')
-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 2be93433b36..76b73729d0b 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1721,7 +1721,7 @@ This example creates three paths of execution: 1. If `needs:` is set to point to a job that is not instantiated because of `only/except` rules or otherwise does not exist, the job will fail. -1. Note that one day one of the launch, we are temporarily limiting the +1. Note that on day one of the launch, we are temporarily limiting the maximum number of jobs that a single job can need in the `needs:` array. Track our [infrastructure issue](https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7541) for details on the current limit. |