From d2e30e5cbd463e30df994d1703dec704bd9e7820 Mon Sep 17 00:00:00 2001 From: Matt C <41025489+mcummings128@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:49:55 -0400 Subject: [PATCH 1/2] Clarify runner usage for GitHub Enterprise Server users Added note about GitHub Enterprise Server users needing to use self-hosted runners instead of GitHub-hosted runners. --- content/actions/concepts/runners/github-hosted-runners.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/actions/concepts/runners/github-hosted-runners.md b/content/actions/concepts/runners/github-hosted-runners.md index 9e8bdb31434b..8807c3e7eb86 100644 --- a/content/actions/concepts/runners/github-hosted-runners.md +++ b/content/actions/concepts/runners/github-hosted-runners.md @@ -27,6 +27,9 @@ contentType: concepts ## Overview of {% data variables.product.prodname_dotcom %}-hosted runners +> \[!NOTE] +> GitHub Enterprise Server users should use self-hosted runners. GitHub-hosted runners are **not** supported. + 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. {% data variables.product.prodname_dotcom %} provides runners that you can use to run your jobs, or you can [host your own runners](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners). {% data reusables.actions.single-cpu-runners %} From ee87009129f3054f32c5f59aefe7d95f14103976 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Wed, 29 Apr 2026 15:11:53 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Sharra-writes --- content/actions/concepts/runners/github-hosted-runners.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/actions/concepts/runners/github-hosted-runners.md b/content/actions/concepts/runners/github-hosted-runners.md index 8807c3e7eb86..e5d14a373347 100644 --- a/content/actions/concepts/runners/github-hosted-runners.md +++ b/content/actions/concepts/runners/github-hosted-runners.md @@ -27,8 +27,7 @@ contentType: concepts ## Overview of {% data variables.product.prodname_dotcom %}-hosted runners -> \[!NOTE] -> GitHub Enterprise Server users should use self-hosted runners. GitHub-hosted runners are **not** supported. +{% data reusables.actions.enterprise-github-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.