Skip to content

Commit 49b76aa

Browse files
author
Martin Lopes
committed
revised diagram, added variable for product name
1 parent 92bc5e2 commit 49b76aa

15 files changed

+57
-56
lines changed
File renamed without changes.

assets/images/hosted-runner.png

183 KB
Loading

assets/images/larger-runner.png

-161 KB
Binary file not shown.

content/actions/learn-github-actions/understanding-github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For more information, see "[Creating actions](/actions/creating-actions)."
8383

8484
### Runners
8585

86-
{% data reusables.actions.about-runners %} Each runner can run a single job at a time. {% ifversion ghes or ghae %} You must host your own runners for {% data variables.product.product_name %}. {% elsif fpt or ghec %}{% data variables.product.company_short %} provides Ubuntu Linux, Microsoft Windows, and macOS runners to run your workflows; each workflow run executes in a fresh, newly-provisioned virtual machine. {% ifversion actions-larger-runners %} {% data variables.product.prodname_dotcom %} also offers hosted runners, which are available in larger configurations. For more information, see "[Using larger runners](/actions/using-github-hosted-runners/using-larger-runners)." {% endif %}If you need a different operating system or require a specific hardware configuration, you can host your own runners.{% endif %} For more information{% ifversion fpt or ghec %} about self-hosted runners{% endif %}, see "[Hosting your own runners](/actions/hosting-your-own-runners)."
86+
{% data reusables.actions.about-runners %} Each runner can run a single job at a time. {% ifversion ghes or ghae %} You must host your own runners for {% data variables.product.product_name %}. {% elsif fpt or ghec %}{% data variables.product.company_short %} provides Ubuntu Linux, Microsoft Windows, and macOS runners to run your workflows; each workflow run executes in a fresh, newly-provisioned virtual machine. {% ifversion actions-hosted-runners %} {% data variables.product.prodname_dotcom %} also offers {% data variables.actions.hosted_runner %}s, which are available in larger configurations. For more information, see "[Using {% data variables.actions.hosted_runner %}](/actions/using-github-hosted-runners/using-larger-runners)." {% endif %}If you need a different operating system or require a specific hardware configuration, you can host your own runners.{% endif %} For more information{% ifversion fpt or ghec %} about self-hosted runners{% endif %}, see "[Hosting your own runners](/actions/hosting-your-own-runners)."
8787

8888
{% data reusables.actions.workflow-basic-example-and-explanation %}
8989

content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Controlling access to larger runners
3-
intro: You can use policies to limit access to larger runners that have been added to an organization or enterprise.
3+
intro: You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise.
44
versions:
5-
feature: 'actions-larger-runners'
5+
feature: 'actions-hosted-runners'
66
type: tutorial
7-
shortTitle: Controlling access to larger runners
7+
shortTitle: Controlling access to {% data variables.actions.hosted_runner %}s
88
---
99

10-
{% data reusables.actions.larger-runners-beta %}
10+
{% data reusables.actions.hosted-runners-beta %}
1111
{% data reusables.actions.enterprise-beta %}
1212
{% data reusables.actions.enterprise-github-hosted-runners %}
1313

content/actions/using-github-hosted-runners/using-larger-runners.md

+38-38
Large diffs are not rendered by default.

content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ The number of jobs you can run concurrently across all repositories in your user
6464

6565
{% data reusables.user-settings.context_switcher %}
6666

67-
{% ifversion actions-larger-runners %}
67+
{% ifversion actions-hosted-runners %}
6868

69-
### Per-minute rates for larger runners
69+
### Per-minute rates for {% data variables.actions.hosted_runner %}s
7070

71-
{% data variables.product.prodname_dotcom %} offers more powerful hosted runners that are billed differently to the standard runners. In addition, entitlement minutes cannot be used for these larger runners. For more information about hosted runners, see "[Using larger runners](/actions/using-github-hosted-runners/using-larger-runners)."
71+
{% data variables.product.prodname_dotcom %} offers more powerful {% data variables.actions.hosted_runner %}s that are billed differently to the standard runners. In addition, entitlement minutes cannot be used for {% data variables.actions.hosted_runner %}s. For more information about {% data variables.actions.hosted_runner %}s, see "[Using {% data variables.actions.hosted_runner %}](/actions/using-github-hosted-runners/using-larger-runners)."
7272

73-
{% data reusables.billing.billing-larger-runners %}
73+
{% data reusables.billing.billing-hosted-runners %}
7474

75-
For the public static IP addresses that can be assigned to a hosted runner, there is no additional cost for this configuration.
75+
For the public static IP addresses that can be assigned to a {% data variables.actions.hosted_runner %}, there is no additional cost for this configuration.
7676

7777
{% endif %}
7878

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
We recommend that you only use {% data variables.actions.hosted_runner %}s with private repositories:
2+
- Forks of your repository can potentially run dangerous code on your {% data variables.actions.hosted_runner %} by creating a pull request that executes the code in a workflow.
3+
- You could incur unexpected costs if you allow forked repositories to run jobs on your {% data variables.actions.hosted_runner %}s.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% note %}
2+
3+
**Note**: The {% data variables.actions.hosted_runner %} feature is currently in beta and subject to change.
4+
5+
{% endnote %}

data/reusables/actions/larger-runner-security.md

-3
This file was deleted.

data/reusables/actions/larger-runners-beta.md

-5
This file was deleted.

data/variables/actions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
azure_portal: 'Azure Portal'
2+
hosted_runner: 'larger runner'

0 commit comments

Comments
 (0)