Skip to content

Commit 6c54e00

Browse files
Nurunguyenalex836
andauthored
Clarify use of labels and groups together (#35715)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 42f38c8 commit 6c54e00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ shortTitle: Use runners in a workflow
1717

1818
You can target self-hosted runners for use in a workflow based on the labels assigned to the runners{% ifversion target-runner-groups %}, or their group membership, or a combination of these{% endif %}.
1919

20-
>[!NOTE]Actions Runner Controller does not support multiple labels, only the name of the runner can be used in place of a label
20+
>[!IMPORTANT]Runner Scale Sets do not support multiple labels, only the name of the runner can be used in place of a label. See [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller).
2121
2222
## About self-hosted runner labels
2323

@@ -109,9 +109,9 @@ These labels operate cumulatively, so a self-hosted runner must have all four la
109109

110110
## Routing precedence for self-hosted runners
111111

112-
When routing a job to a self-hosted runner, {% data variables.product.prodname_dotcom %} looks for a runner that matches the job's `runs-on` labels{% ifversion target-runner-groups %} and/or groups{% endif %}:
112+
When routing a job to a self-hosted runner, {% data variables.product.prodname_dotcom %} looks for a runner that matches the job's `runs-on` labels{% ifversion target-runner-groups %} and groups{% endif %}:
113113

114-
* If {% data variables.product.prodname_dotcom %} finds an online and idle runner that matches the job's `runs-on` labels{% ifversion target-runner-groups %} and/or groups{% endif %}, the job is then assigned and sent to the runner.
114+
* If {% data variables.product.prodname_dotcom %} finds an online and idle runner that matches the job's `runs-on` labels{% ifversion target-runner-groups %} and groups{% endif %}, the job is then assigned and sent to the runner.
115115
* If the runner doesn't pick up the assigned job within 60 seconds, the job is re-queued so that a new runner can accept it.
116-
* If {% data variables.product.prodname_dotcom %} doesn't find an online and idle runner that matches the job's `runs-on` labels {% ifversion target-runner-groups %} and/or groups{% endif %}, then the job will remain queued until a runner comes online.
116+
* If {% data variables.product.prodname_dotcom %} doesn't find an online and idle runner that matches the job's `runs-on` labels {% ifversion target-runner-groups %} and groups{% endif %}, then the job will remain queued until a runner comes online.
117117
* If the job remains queued for more than 24 hours, the job will fail.

0 commit comments

Comments
 (0)