Skip to content

Commit 6c9a92f

Browse files
yaananthsaritai
andauthored
Update content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
1 parent 99797a0 commit 6c9a92f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,3 @@ When routing a job to a self-hosted runner, {% data variables.product.prodname_d
8989
- If there are no matching runners at any level, the job will fail.
9090
- If the job remains queued for more than 24 hours, the job will fail.
9191
{% endif %}
92-
- If the job remains queued for more than 24 hours, the job will fail.
93-
{% else %}
94-
1. {% data variables.product.prodname_dotcom %} first searches for a runner at the repository level, then at the organization level, then at the enterprise level.
95-
2. The job is then sent to the first matching runner that is online and idle.
96-
- If all matching online runners are busy, the job will queue at the level with the highest number of matching online runners.
97-
- If all matching runners are offline, the job will queue at the level with the highest number of matching offline runners.
98-
- If there are no matching runners at any level, the job will fail.
99-
- If the job remains queued for more than 24 hours, the job will fail.
100-
{% endif %}

0 commit comments

Comments
 (0)