diff options
author | BM5k <me@bm5k.com> | 2018-11-29 22:57:27 +0000 |
---|---|---|
committer | BM5k <me@bm5k.com> | 2018-11-29 22:57:27 +0000 |
commit | 37c6a9c1dc6c73f8167274cf02e3a7cf0daaf7b9 (patch) | |
tree | 9f5bc5cfe1a1d19cc20265a680c27a4d4e07097a | |
parent | fc0258aec12d6bf697274028208d76a6c05307ca (diff) | |
download | gitlab-ce-37c6a9c1dc6c73f8167274cf02e3a7cf0daaf7b9.tar.gz |
slightly improve readability
-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 e46b2bbc79c..af7e41db443 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1590,7 +1590,7 @@ Possible values for `when` are: > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22631) in GitLab 11.5. `parallel` allows you to configure how many instances of a job to run in -parallel. This value has to be greater than or equal to two (2) and less or equal than 50. +parallel. This value has to be greater than or equal to two (2) and less than or equal to 50. This creates N instances of the same job that run in parallel. They're named sequentially from `job_name 1/N` to `job_name N/N`. |