1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update self-hosted-runner-labels-runs-on.md

Minor rephrasing to make it clear that `self-hosted` must be listed first.
This commit is contained in:
rellis-of-rhindleton
2021-08-27 10:48:04 -04:00
committed by GitHub
parent 3c2019816e
commit 44ebf0d3a4

View File

@@ -1,3 +1,3 @@
To specify a self-hosted runner for your job, configure `runs-on` in your workflow file with self-hosted runner labels.
All self-hosted runners have the `self-hosted` label, and you can select any self-hosted runner by providing only the `self-hosted` label. Alternatively, you can use `self-hosted` in an array with additional labels, such as labels for a specific operating system or system architecture, to select only the runner types you specify.
All self-hosted runners have the `self-hosted` label. Using only this label will select any self-hosted runner. To select runners that meet certain criteria, such as operating system or architecture, provide an array of labels that begins with `self-hosted` (this must be listed first) and then includes additional labels as needed.