Skip to content

Commit 3b8936a

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 77aa994 + 79ebe16 commit 3b8936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You should plan for how you'll manage the resources required to use {% data vari
8686

8787
You also have to decide where to add each runner. You can add a self-hosted runner to an individual repository, or you can make the runner available to an entire organization or your entire enterprise. Adding runners at the organization or enterprise levels allows sharing of runners, which might reduce the size of your runner infrastructure. You can use policies to limit access to self-hosted runners at the organization and enterprise levels by assigning groups of runners to specific repositories or organizations. For more information, see "[Adding self-hosted runners](/actions/hosting-your-own-runners/adding-self-hosted-runners)" and "[Managing access to self-hosted runners using groups](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)."
8888

89-
{% ifversion ghec or ghes %}
89+
{% ifversion ghec or ghes > 3.2 %}
9090
You should consider using autoscaling to automatically increase or decrease the number of available self-hosted runners. For more information, see "[Autoscaling with self-hosted runners](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)."
9191
{% endif %}
9292

0 commit comments

Comments
 (0)