summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabuerer <abuerer@gitlab.com>2018-03-06 16:48:23 -0600
committerabuerer <abuerer@gitlab.com>2018-03-06 16:48:23 -0600
commit64985b43818376a30863b971619a2d8dae22ce67 (patch)
tree4f32bb763c36d347b18d078ad2d91597ba7ba2d8
parentff00cfe45c744393de5bfcafdcfbd12108cc664f (diff)
downloadgitlab-ce-runner-update-doc.tar.gz
Updating runner docs to add specific runner to projects from the admin arearunner-update-doc
-rw-r--r--doc/ci/runners/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index 03aa6ff8e7c..9519d38eef1 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -124,6 +124,13 @@ Consider that if you don't lock your specific Runner to a specific project, any
user with Master role in you project can assign your runner to another arbitrary
project without requiring your authorization, so use it with caution.
+An admin can enable/disable a specific runner for projects:
+
+1. Navigate to **Admin -> Runners**
+2. Find the Runner you wish to enable/disable
+3. Click edit on the runner
+4. Click **Enable** or **Disable** on the project
+
## Protected Runners
>