Skip to content

Commit 24413a3

Browse files
authored
Merge pull request #39390 from github/repo-sync
Repo sync
2 parents 9085be8 + cdecbb4 commit 24413a3

35 files changed

+1365
-408
lines changed

content/actions/concepts/runners/communicating-with-self-hosted-runners.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

content/actions/concepts/runners/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ children:
1111
- /about-larger-runners
1212
- /about-private-networking-with-github-hosted-runners
1313
- /about-self-hosted-runners
14-
- /communicating-with-self-hosted-runners
1514
- /about-runner-scale-sets
1615
- /about-actions-runner-controller
1716
- /about-support-for-actions-runner-controller

content/actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,19 @@ versions:
1010
fpt: '*'
1111
ghes: '*'
1212
ghec: '*'
13-
type: tutorial
1413
shortTitle: Add self-hosted runners
1514
---
1615

17-
{% data reusables.actions.enterprise-github-hosted-runners %}
18-
19-
You can add a self-hosted runner to a repository, an organization, or an enterprise.
20-
21-
If you are an organization or enterprise administrator, you might want to add your self-hosted runners at the organization or enterprise level. This approach makes the runner available to multiple repositories in your organization or enterprise, and also lets you to manage your runners in one place.
22-
2316
> [!WARNING]
2417
> {% data reusables.actions.self-hosted-runner-security %}
2518
>
2619
> For more information, see [AUTOTITLE](/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions).
2720
28-
You can set up automation to scale the number of self-hosted runners. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners).
29-
30-
You can register ephemeral runners that perform a single job before the registration is cleaned up by using just-in-time runner registration. For more information, see [AUTOTITLE](/actions/security-guides/security-hardening-for-github-actions#using-just-in-time-runners).
31-
3221
## Prerequisites
3322

23+
Before you add a self-hosted runner, you should understand what they are and how they work. See [AUTOTITLE](/actions/concepts/runners/about-self-hosted-runners).
24+
25+
Additionally, you must meet the following requirements:
3426
{% data reusables.actions.self-hosted-runners-prerequisites %}
3527

3628
## Adding a self-hosted runner to a repository
@@ -96,11 +88,6 @@ To make an enterprise-level self-hosted runner group available to an organizatio
9688
For more information on changing runner group access settings, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group).
9789
{% endif %}
9890

99-
{% ifversion ghec or ghes %}
100-
101-
## Further reading
91+
## Next steps
10292

103-
* [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)
104-
* [AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise)
105-
106-
{% endif %}
93+
You can set up automation to scale the number of self-hosted runners. For more information, see [AUTOTITLE](/actions/reference/self-hosted-runners-reference#autoscaling).

content/actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

content/actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ versions:
88
ghec: '*'
99
children:
1010
- /adding-self-hosted-runners
11-
- /autoscaling-with-self-hosted-runners
1211
- /running-scripts-before-or-after-a-job
1312
- /customizing-the-containers-used-by-jobs
1413
- /configuring-the-self-hosted-runner-application-as-a-service
@@ -21,5 +20,5 @@ children:
2120
redirect_from:
2221
- /actions/hosting-your-own-runners/managing-self-hosted-runners
2322
---
24-
23+
2524
{% data reusables.actions.enterprise-github-hosted-runners %}

0 commit comments

Comments
 (0)