summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-19 10:55:17 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-19 10:55:17 +0000
commit2620974cdfb482905bec3001af1b76160624f198 (patch)
tree8efa880c5dc9006f38f73aec51436bca6c905806
parent690d35f45e9b35c92890f9480c2c3f53d1878c29 (diff)
parent9aedc05e0261aa2a02b5214b97431ae43f9f5734 (diff)
downloadgitlab-ce-2620974cdfb482905bec3001af1b76160624f198.tar.gz
Merge branch 'docs/52918-shared-runners-still-showing-in-list-projects-runner-when-shared-runners-disabled-for-project' into 'master'
Fix documentation for list runners Closes #52918 See merge request gitlab-org/gitlab-ce!22490
-rw-r--r--doc/api/runners.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 0bcbd0aebf0..071c13f41cb 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -340,8 +340,7 @@ Example response:
## List project's runners
List all runners (specific and shared) available in the project. Shared runners
-are listed if at least one shared runner is defined **and** shared runners
-usage is enabled in the project's settings.
+are listed if at least one shared runner is defined.
```
GET /projects/:id/runners