1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Use "Actions Runner Controller" consistently (#34578)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Hossein Abbasi
2024-09-17 02:08:20 +10:00
committed by GitHub
parent 8b11640125
commit 1db5f9ea98
3 changed files with 3 additions and 3 deletions

View File

@@ -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.