diff options
-rw-r--r-- | doc/ci/yaml/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 7be66ced8ac..eeba2973357 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1707,9 +1707,8 @@ This example creates three paths of execution: as the `linux:build` job finishes, and will not wait for any other jobs in prior stages. -- The Mac one: the `mac:rspec` and `mac:rubocop` jobs will be run as soon - as the `mac:build` job finishes, and will not wait for any other jobs - in prior stages. +- macOS path: the `mac:rspec` and `mac:rubocop` jobs will be run as soon + as the `mac:build` job finishes, without waiting for `linux:build` to finish. - The `production` job will be executed as soon as all previous jobs finish. |