summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
>