From 1357a4d9d7d4509e51ef11e8b9ac99d12c5b29e0 Mon Sep 17 00:00:00 2001 From: QuantuM Date: Thu, 30 Apr 2026 11:43:34 +0100 Subject: [PATCH 1/2] Remove duplicate reusable inGitHub-hosted runners concept page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 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. --- content/actions/concepts/runners/github-hosted-runners.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/actions/concepts/runners/github-hosted-runners.md b/content/actions/concepts/runners/github-hosted-runners.md index e5d14a373347..b025b3fd8a69 100644 --- a/content/actions/concepts/runners/github-hosted-runners.md +++ b/content/actions/concepts/runners/github-hosted-runners.md @@ -25,9 +25,7 @@ contentType: concepts {% data reusables.actions.enterprise-github-hosted-runners %} -## Overview of {% data variables.product.prodname_dotcom %}-hosted runners - -{% data reusables.actions.enterprise-github-hosted-runners %} +## Overview of {% data variables.product.prodname_dotcom %}-hosted runner 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. From d59ee7c0e55b103f224f9cb86a688abb779e1967 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Thu, 30 Apr 2026 21:09:49 -0700 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/actions/concepts/runners/github-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/concepts/runners/github-hosted-runners.md b/content/actions/concepts/runners/github-hosted-runners.md index b025b3fd8a69..9e8bdb31434b 100644 --- a/content/actions/concepts/runners/github-hosted-runners.md +++ b/content/actions/concepts/runners/github-hosted-runners.md @@ -25,7 +25,7 @@ contentType: concepts {% data reusables.actions.enterprise-github-hosted-runners %} -## Overview of {% data variables.product.prodname_dotcom %}-hosted runner +## Overview of {% data variables.product.prodname_dotcom %}-hosted runners 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.