You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ If you made changes to the `content` directory, a table will populate in a comme
18
18
19
19
-[ ] A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require a SME review from GitHub staff.
20
20
-[ ] The changes in this PR meet [the docs fundamentals that are required for all content](http://docs.github.com/en/contributing/writing-for-github-docs/about-githubs-documentation-fundamentals).
21
-
-[ ] All CI checks are passing.
21
+
-[ ] All CI checks are passing and the changes look good in the preview environment.
Copy file name to clipboardExpand all lines: content/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,11 @@ Alternatively, you can write your own protection rules for any of the above use
41
41
1. Optionally, in the **Callback URL** text field under "Identifying and authorizing users," enter the callback URL. For more information, see [AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url).
42
42
1. Under "Permissions," select **Repository permissions**.
43
43
1. To the right of "Actions," click the drop down menu and select **Access: Read-only**.
44
-

44
+

45
45
1. To the right of "Deployments," click the drop down menu and select **Access: Read and write**.
46
-

46
+

47
47
1. Under "Subscribe to events," select **Deployment protection rule**.
48
-

48
+

49
49
50
50
1. Install the custom deployment protection rule in your repositories and enable it for use. For more information, see [AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules).
Copy file name to clipboardExpand all lines: content/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ You can also disable and enable a workflow using the REST API. For more informat
37
37
1. Click {% octicon "kebab-horizontal" aria-label="Show workflow options" %} to display a dropdown menu and click **Disable workflow**.
38
38
39
39
{% ifversion workflow-nav-2022 -%}
40
-

40
+

41
41
{%- else -%}
42
42

Copy file name to clipboardExpand all lines: content/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/downloading-workflow-artifacts.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ By default, {% data variables.product.product_name %} stores build logs and arti
25
25
{% data reusables.repositories.view-run %}
26
26
1. In the "Artifacts" section, click the artifact you want to download.
27
27
28
-

28
+

Copy file name to clipboardExpand all lines: content/actions/sharing-automations/required-workflows.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ After a required workflow has run at least once in a repository, you can view it
46
46
{% data reusables.repositories.actions-tab %}
47
47
1. In the left sidebar, you can view workflow runs for required workflows under "Required workflows."
48
48
49
-

49
+

Copy file name to clipboardExpand all lines: content/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Runners are the machines that execute jobs in a {% data variables.product.prodna
27
27
28
28
{% ifversion not ghes %}
29
29
30
-
You can choose one of the standard {% data variables.product.prodname_dotcom %}-hosted runner options or, if you are on the {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %} plan, you can provision a runner with more cores, or a runner that's powered by a GPU or ARM processor. These machines are referred to as "{% data variables.actions.hosted_runner %}." For more information, see [AUTOTITLE](/enterprise-cloud@latest/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners).
30
+
You can choose one of the standard {% data variables.product.prodname_dotcom %}-hosted runner options or, if you are on the {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %} plan, you can provision a runner with more cores, or a runner that's powered by a GPU processor. These machines are referred to as "{% data variables.actions.hosted_runner %}." For more information, see [AUTOTITLE](/enterprise-cloud@latest/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners).
31
31
32
32
Using {% data variables.product.prodname_dotcom %}-hosted runners requires network access with at least 70 kilobits per second upload and download speeds.
33
33
@@ -118,7 +118,11 @@ While the job runs, the logs and output can be viewed in the {% data variables.p
118
118
119
119
{% ifversion actions-hosted-runners %}
120
120
121
-
{% data variables.product.prodname_dotcom %}-hosted runners are available for use in both public and private repositories.
121
+
Ranges of {% data variables.product.prodname_dotcom %}-hosted runners are available for use in public and private repositories.
122
+
123
+
For lists of available runners, see:
124
+
* [Standard runners for **public** repositories](#standard-github-hosted-runners-for-public-repositories)
125
+
* {% ifversion ghec %}[Standard runners for **private** and **internal** repositories](#standard-github-hosted-runners-for-internal-and-private-repositories){% else %}[Standard runners for **private** repositories](#standard-github-hosted-runners-for--private-repositories){% endif %}
122
126
123
127
{% data variables.product.prodname_dotcom %}-hosted Linux runners support hardware acceleration for Android SDK tools, which makes running Android tests much faster and consumes fewer minutes. For more information on Android hardware acceleration, see [Configure hardware acceleration for the Android Emulator](https://developer.android.com/studio/run/emulator-acceleration) in the Android Developers documentation.
124
128
@@ -144,15 +148,17 @@ Workflow logs list the runner used to run a job. For more information, see [AUTO
144
148
145
149
For more information, see [AUTOTITLE](/actions/using-github-hosted-runners/about-larger-runners).
146
150
147
-
## Supported software
151
+
## Runner Images
152
+
153
+
{% data variables.product.github %} maintains our own set of VM images for our standard hosted runners. This includes the images for macOS, x64 linux and Windows images. The list of images and their included tools are managed in the [`actions/runner-images`](https://github.com/actions/runner-images) repository. Our arm64 linux images are partner images, and those are managed in the [`actions/partner-runner-images`](https://github.com/actions/partner-runner-images) repository.
148
154
149
-
The software tools included in {% data variables.product.prodname_dotcom %}-hosted runners are updated weekly. The update process takes several days, and the list of preinstalled software on the `main` branch is updated after the whole deployment ends.
155
+
### Preinstalled software for GitHub-owned images
150
156
151
-
### Preinstalled software
157
+
The software tools included in our GitHub-owned images are updated weekly. The update process takes several days, and the list of preinstalled software on the `main` branch is updated after the whole deployment ends.
152
158
153
159
Workflow logs include a link to the preinstalled tools on the exact runner. To find this information in the workflow log, expand the `Set up job` section. Under that section, expand the `Runner Image` section. The link following `Included Software` will describe the preinstalled tools on the runner that ran the workflow.
154
160
155
-
For more information, see [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history). For the overall list of included tools for each runner operating system, see the [Available Images](https://github.com/actions/runner-images#available-images) documentation the runner images repository.
161
+
For more information, see [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history).
156
162
157
163
{% data variables.product.prodname_dotcom %}-hosted runners include the operating system's default built-in tools, in addition to the packages listed in the above references. For example, Ubuntu and macOS runners include `grep`, `find`, and `which`, among other default tools.
158
164
@@ -178,7 +184,9 @@ You can install additional software on {% data variables.product.prodname_dotcom
178
184
179
185
{% data variables.product.prodname_dotcom %} hosts Linux and Windows runners on virtual machines in Microsoft Azure with the {% data variables.product.prodname_actions %} runner application installed. The {% data variables.product.prodname_dotcom %}-hosted runner application is a fork of the Azure Pipelines Agent. Inbound ICMP packets are blocked for all Azure virtual machines, so ping or traceroute commands might not work. {% data variables.product.prodname_dotcom %} hosts macOS runners in Azure data centers.
180
186
181
-
For Linux and Windows runners, {% data variables.product.company_short %} uses `Dadsv5-series` virtual machines. For more information, see [Dasv5 and Dadsv5-series](https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dadsv5-series) in the Microsoft Azure documentation.
187
+
For Linux and Windows x64 runners, {% data variables.product.company_short %} uses `Dadsv5-series` virtual machines. For more information, see [Dasv5 and Dadsv5-series](https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dadsv5-series) in the Microsoft Azure documentation.
188
+
189
+
For linux arm64 runners, {% data variables.product.company_short %} uses `Dpdsv6-series` virtual machines. For more information, see [Dpdsv6 series](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpdsv6-series?tabs=sizebasic) in the Microsoft Azure documentation.
182
190
183
191
GPU runners use `NCasT4_v3-series` virtual machines. For more information, see [NCasT4_v3-series](https://learn.microsoft.com/en-us/azure/virtual-machines/nct4-v3-series) in the Microsoft Azure documentation.
Copy file name to clipboardExpand all lines: content/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ You can search and browse actions directly in your repository's workflow editor.
54
54
1. In the upper right corner of the file view, to open the workflow editor, click {% octicon "pencil" aria-label="Edit file" %}.
55
55

56
56
1. To the right of the editor, use the {% data variables.product.prodname_marketplace %} sidebar to browse actions. Actions with the {% octicon "verified" aria-label="Creator verified by GitHub" %} badge indicate {% data variables.product.prodname_dotcom %} has verified the creator of the action as a partner organization.
57
-

57
+

Copy file name to clipboardExpand all lines: content/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ jobs:
257
257
258
258
{% endpowershell %}
259
259
260
-

260
+

Copy file name to clipboardExpand all lines: content/actions/writing-workflows/using-workflow-templates.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Workflow templates are templates that help you to create your own {% data variab
35
35
36
36
{% data reusables.actions.workflow-templates-repo-link %}
37
37
38
-
You can also create your own workflow template to share with your organization. These workflow templates will appear alongside the {% data variables.product.product_name %}-provided workflow templates. Anyone with write access to the organization's `github` repository can set up a workflow template. For more information, see [AUTOTITLE](/actions/using-workflows/creating-starter-workflows-for-your-organization).
38
+
You can also create your own workflow template to share with your organization. These workflow templates will appear alongside the {% data variables.product.product_name %}-provided workflow templates. Anyone with write access to the organization's `.github` repository can set up a workflow template. For more information, see [AUTOTITLE](/actions/using-workflows/creating-starter-workflows-for-your-organization).
0 commit comments