diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-10 13:19:25 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-19 22:01:53 +0200 |
commit | bf9cc351c28a349ca4c573978c869d2b90209d52 (patch) | |
tree | a7b8fa4f4e735c964b4d7ba0ba190bb9bae021d5 /doc | |
parent | 0fd100d28d3748de90aabc3dbbb789e37399f224 (diff) | |
download | gitlab-ce-bf9cc351c28a349ca4c573978c869d2b90209d52.tar.gz |
Add minor corrections related to config of runner
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/runners/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index e449d3dc61e..b42d7a62ebc 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -127,9 +127,9 @@ the appropriate dependencies to run Rails test suites. ### Prevent runner with tags from picking jobs without tags -You can configure runner to prevent it from picking jobs with tags when -runnner does not have tags assigned. This configuration setting is available -in GitLab interface when editting runner details. +You can configure a runner to prevent it from picking jobs with tags when +the runnner does not have tags assigned. This setting is available on each +runner in *Project Settings* > *Runners*. ### Be careful with sensitive information |