1
0
mirror of synced 2026-01-24 15:01:44 -05:00

Branch was updated using the 'autoupdate branch' Actions workflow.

This commit is contained in:
Octomerger Bot
2021-09-10 08:50:16 -04:00
committed by GitHub

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.