Skip to content

Commit 73e9a86

Browse files
authored
Merge pull request #39436 from github/repo-sync
Repo sync
2 parents 5aae31a + 7747981 commit 73e9a86

26 files changed

+64
-65
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: About runner groups
3+
shortTitle: Runner groups
4+
intro: 'Learn about what a runner group is, and how to use them to control access to runners at the organization{% ifversion ghec or ghes %} and/or enterprise levels{% else %} level.{% endif %}'
5+
versions:
6+
fpt: '*'
7+
ghec: '*'
8+
ghes: '*'
9+
type: overview
10+
---
11+
12+
## About runner groups
13+
14+
{% data reusables.actions.about-runner-groups %}
15+
16+
## Next steps
17+
18+
{% ifversion fpt or ghec %}To learn how to use runner groups to control access to larger runners, see [AUTOTITLE](/actions/how-tos/using-larger-runners/controlling-access-to-larger-runners).{% endif %}
19+
20+
For information on how to route jobs to runners in a specific group, see [AUTOTITLE](/actions/using-jobs/choosing-the-runner-for-a-job#choosing-runners-in-a-group).

content/actions/concepts/runners/about-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use self-hosted runners anywhere in the management hierarchy. Repository
3535
{% ifversion ghec or ghes %}
3636
To get hands-on experience with the policies and usage of self-hosted runners, see [AUTOTITLE](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise)
3737
{% else %}
38-
To set up a self-hosted runner in your workspace, see [AUTOTITLE](/actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners).
38+
To set up a self-hosted runner in your workspace, see [AUTOTITLE](/actions/how-tos/managing-self-hosted-runners/adding-self-hosted-runners).
3939
{% endif %}
4040

4141
To find information about the requirements and supported software and hardware for self-hosted runners, see [AUTOTITLE](/actions/reference/self-hosted-runners-reference).

content/actions/concepts/runners/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ versions:
99
children:
1010
- /about-github-hosted-runners
1111
- /about-larger-runners
12-
- /about-private-networking-with-github-hosted-runners
1312
- /about-self-hosted-runners
13+
- /about-private-networking-with-github-hosted-runners
14+
- /about-runner-groups
1415
- /about-runner-scale-sets
1516
- /about-actions-runner-controller
1617
- /about-support-for-actions-runner-controller

content/actions/get-started/understanding-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A **runner** is a server that runs your workflows when they're triggered. Each r
9797
If you need a different operating system or require a specific hardware configuration, you can host your own runners.
9898
{% endif %}
9999

100-
For more information{% ifversion fpt or ghec %} about self-hosted runners{% endif %}, see [AUTOTITLE](/actions/hosting-your-own-runners).
100+
For more information{% ifversion fpt or ghec %} about self-hosted runners{% endif %}, see [AUTOTITLE](/actions/how-tos/managing-self-hosted-runners).
101101

102102
## Next steps
103103

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

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

content/actions/how-tos/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ children:
1111
- /managing-workflow-runs-and-deployments
1212
- /sharing-automations
1313
- /using-github-hosted-runners
14+
- /managing-self-hosted-runners
1415
- /using-larger-runners
15-
- /hosting-your-own-runners
1616
- /security-for-github-actions
1717
- /use-cases-and-examples
1818
- /administering-github-actions
@@ -22,5 +22,6 @@ children:
2222
redirect_from:
2323
- /actions/how-tos/monitoring-and-troubleshooting-workflows
2424
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
25+
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners
2526
---
2627

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
---
22
title: Adding self-hosted runners
3+
shortTitle: Add runners
34
intro: 'You can add a self-hosted runner to a repository, an organization, or an enterprise.'
45
redirect_from:
56
- /github/automating-your-workflow-with-github-actions/adding-self-hosted-runners
67
- /actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners
78
- /actions/hosting-your-own-runners/adding-self-hosted-runners
89
- /actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
10+
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
911
versions:
1012
fpt: '*'
1113
ghes: '*'
1214
ghec: '*'
13-
shortTitle: Add self-hosted runners
1415
---
1516

1617
> [!WARNING]
1718
> {% data reusables.actions.self-hosted-runner-security %}
1819
>
1920
> For more information, see [AUTOTITLE](/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions).
2021
22+
{% data reusables.actions.enterprise-github-hosted-runners %}
23+
2124
## Prerequisites
2225

2326
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).
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Configuring the self-hosted runner application as a service
3-
shortTitle: Run the runner app as a service
3+
shortTitle: Configure the application
44
intro: You can configure the self-hosted runner application as a service to automatically start the runner application when the machine starts.
55
redirect_from:
66
- /actions/automating-your-workflow-with-github-actions/configuring-the-self-hosted-runner-application-as-a-service
77
- /actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service
88
- /actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
9+
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
910
versions:
1011
fpt: '*'
1112
ghes: '*'
1213
ghec: '*'
13-
type: tutorial
1414
defaultPlatform: linux
1515
---
1616

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
title: Customizing the containers used by jobs
3+
shortTitle: Customize containers
34
intro: You can customize how your self-hosted runner invokes a container for a job.
45
redirect_from:
56
- /actions/hosting-your-own-runners/customizing-the-containers-used-by-jobs
67
- /actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs
8+
- /actions/how-tos/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs
79
versions:
810
feature: container-hooks
9-
type: reference
10-
shortTitle: Customize containers used by jobs
1111
---
1212

1313
> [!NOTE]
1414
> This feature is currently in {% data variables.release-phases.public_preview %} and is subject to change.
1515
16+
{% data reusables.actions.enterprise-github-hosted-runners %}
17+
1618
## About container customization
1719

1820
{% data variables.product.prodname_actions %} allows you to run a job within a container, using the `container:` statement in your workflow file. For more information, see [AUTOTITLE](/actions/using-jobs/running-jobs-in-a-container). To process container-based jobs, the self-hosted runner creates a container for each job.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ children:
1919
- /removing-self-hosted-runners
2020
redirect_from:
2121
- /actions/hosting-your-own-runners/managing-self-hosted-runners
22+
- /actions/how-tos/hosting-your-own-runners
2223
---
2324

2425
{% data reusables.actions.enterprise-github-hosted-runners %}

0 commit comments

Comments
 (0)