Skip to content

Commit 638709b

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 6c9a92f commit 638709b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ When routing a job to a self-hosted runner, {% data variables.product.prodname_d
7878
{% elsif ghes = 3.3 %}
7979
- {% data variables.product.prodname_dotcom %} first searches for a runner at the repository level, then at the organization level, then at the enterprise level.
8080
- If {% data variables.product.prodname_dotcom %} finds an online and idle runner at a certain level that matches the job's `runs-on` labels, the job is then assigned and sent to the runner.
81-
- If the runner doesn't pick up the assigned job within 60 seconds, the job is queued at all levels and waits for a matching runner from any level to come online and pick up the job.
81+
- If the runner doesn't pick up the assigned job within 60 seconds, the job is queued at all levels and waits for a matching runner from any level to come online and pick up the job.
8282
- If {% data variables.product.prodname_dotcom %} doesn't find an online and idle runner at any level, the job is queued to all levels and waits for a matching runner from any level to come online and pick up the job.
8383
- If the job remains queued for more than 24 hours, the job will fail.
8484
{% else %}

0 commit comments

Comments
 (0)