Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/actions/concepts/runners/github-hosted-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ contentType: concepts

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

> \[!NOTE]
Comment thread
Sharra-writes marked this conversation as resolved.
Outdated
> GitHub Enterprise Server users should use self-hosted runners. GitHub-hosted runners are **not** supported.
Comment thread
Sharra-writes marked this conversation as resolved.
Outdated

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 %}
Expand Down
Loading