Skip to content

Commit 5ea5d23

Browse files
author
Martin Lopes
authored
Merge pull request github#16444 from uny/patch-2
Remove duplicated line on self-hosted-runners
2 parents ab4d585 + 3cc9a09 commit 5ea5d23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ A self-hosted runner is a system that you deploy and manage to execute jobs from
2121

2222
{% data reusables.actions.self-hosted-runner-description %} {% data reusables.actions.self-hosted-runner-locations %}
2323

24-
{% data reusables.actions.self-hosted-runner-architecture %} {% data reusables.actions.runner-app-open-source %} When a new version is released, the runner application automatically updates itself when a job is assigned to the runner, or within a week of release if the runner hasn't been assigned any jobs.
25-
2624
You can add self-hosted runners at various levels in the management hierarchy:
2725
- Repository-level runners are dedicated to a single repository.
2826
- Organization-level runners can process jobs for multiple repositories in an organization.
2927
- Enterprise-level runners can be assigned to multiple organizations in an enterprise account.
3028

31-
Your runner machine connects to {% data variables.product.product_name %} using the {% data variables.product.prodname_actions %} self-hosted runner application. {% data reusables.actions.runner-app-open-source %} When a new version is released, the runner application automatically updates itself when a job is assigned to the runner, or within a week of release if the runner hasn't been assigned any jobs.
29+
{% data reusables.actions.self-hosted-runner-architecture %} {% data reusables.actions.runner-app-open-source %} When a new version is released, the runner application automatically updates itself when a job is assigned to the runner, or within a week of release if the runner hasn't been assigned any jobs.
3230

3331
{% data reusables.actions.self-hosted-runner-auto-removal %}
3432

0 commit comments

Comments
 (0)