Skip to content

Commit 1357a4d

Browse files
author
QuantuM
authored
Remove duplicate reusable inGitHub-hosted runners concept page
### Why `content/actions/concepts/runners/github-hosted-runners.md` includes the `reusables.actions.enterprise-github-hosted-runners` reusable twice — once before the `## Overview of GitHub-hosted runners` heading and again immediately after it — causing the same banner to render twice on https://docs.github.com/en/actions/concepts/runners/github-hosted-runners. ### What Removes the second (duplicate) occurrence of the reusable. The first occurrence is unchanged. No other edits.
1 parent 21d48b6 commit 1357a4d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/actions/concepts/runners/github-hosted-runners.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ contentType: concepts
2525

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

28-
## Overview of {% data variables.product.prodname_dotcom %}-hosted runners
29-
30-
{% data reusables.actions.enterprise-github-hosted-runners %}
28+
## Overview of {% data variables.product.prodname_dotcom %}-hosted runner
3129

3230
Runners are the machines that execute jobs in a {% data variables.product.prodname_actions %} workflow. For example, a runner can clone your repository locally, install testing software, and then run commands that evaluate your code.
3331

0 commit comments

Comments
 (0)