Skip to content

Commit d2e30e5

Browse files
authored
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.
1 parent 5fd4cfa commit d2e30e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ contentType: concepts
2727

2828
## Overview of {% data variables.product.prodname_dotcom %}-hosted runners
2929

30+
> \[!NOTE]
31+
> GitHub Enterprise Server users should use self-hosted runners. GitHub-hosted runners are **not** supported.
32+
3033
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.
3134

3235
{% 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 %}

0 commit comments

Comments
 (0)