1
0
mirror of synced 2026-01-20 03:01:07 -05:00

Versioning fixes

This commit is contained in:
Martin Lopes
2022-07-27 14:28:28 +10:00
parent ee1aab758f
commit 04d3f3ab37
3 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ shortTitle: Manage access to runners
{% data reusables.actions.about-runner-groups %}
{% ifversion ghec or ghes or ghae %}
## Creating a runner group for an organization
{% data reusables.actions.creating-a-runner-group-for-an-organization %}
@@ -27,6 +29,8 @@ shortTitle: Manage access to runners
{% data reusables.actions.creating-a-runner-group-for-an-enterprise %}
{% endif %}
## Changing the access policy of a runner group
{% data reusables.actions.changing-the-access-policy-of-a-runner-group %}

View File

@@ -15,3 +15,5 @@ If you use {% data variables.product.prodname_ghe_cloud %}, you can create addit
{% data reusables.actions.runner-group-enterprise-overview %}
When new runners are created, they are automatically assigned to the default group. Runners can only be in one group at a time. You can move runners from the default group to another group. For more information, see "[Moving a runner to a group](#moving-a-runner-to-a-group)."
{% endif %}

View File

@@ -28,4 +28,3 @@ When creating a group, you must choose a policy that defines which organizations
{% data reusables.actions.runner-group-assign-policy-workflow %}
1. Click **Save group** to create the group and apply the policy.
{% endif %}