diff options
Diffstat (limited to 'doc/ci/runners/README.md')
-rw-r--r-- | doc/ci/runners/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index 599f23afc15..db1820b9647 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -119,6 +119,11 @@ To enable/disable a Runner in your project: 1. Find the Runner you wish to enable/disable 1. Click on **Enable for this project** or **Disable for this project** button +> **Note**: +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. + ## How shared Runners pick jobs Shared Runners abide to a process queue we call fair usage. The fair usage |