Use "Actions Runner Controller" consistently (#34578)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
@@ -2,4 +2,4 @@ To specify a self-hosted runner for your job, configure `runs-on` in your workfl
|
||||
|
||||
Self-hosted runners may have the `self-hosted` label. When setting up a self-hosted runner, by default we will include the label `self-hosted`. You may pass in the `--no-default-labels` flag to prevent the self-hosted label from being applied. Labels can be used to create targeting options for runners, such as operating system or architecture, we recommend providing an array of labels that begins with `self-hosted` (this must be listed first) and then includes additional labels as needed. When you specify an array of labels, jobs will be queued on runners that have all the labels that you specify.
|
||||
|
||||
Note that Action-runner-controller does not support multiple labels and does not support the `self-hosted` label.
|
||||
Note that Actions Runner Controller does not support multiple labels and does not support the `self-hosted` label.
|
||||
|
||||
Reference in New Issue
Block a user