github · GitHub Actions Docs
Actions Using GitHub-hosted runners - GitHub Docs
Explains how to utilize GitHub-hosted runners for executing GitHub Actions workflows and how to select them within a job configuration.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Using GitHub-hosted runners - GitHub Docs
Explains how to utilize GitHub-hosted runners for executing GitHub Actions workflows and how to select them within a job configuration.
When To Use
Use when you need to configure a GitHub Actions workflow to run on GitHub-managed infrastructure instead of self-hosted runners.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-runners-using-github-hosted-docs-workflow-guide.md | A guide explaining how to assign jobs to run on GitHub-hosted virtual machine runners. | Questions about a guide explaining how to assign jobs to run on GitHub-hosted virtual machine runners. |
examples/actions-how-tos-manage-runners-using-github-hosted-docs-github-actions-m.text | A GitHub Actions workflow YAML configuration demonstrating how to run jobs on different operating systems including Ubuntu and Windows. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration demonstrating how to run jobs on different operating systems including U... |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage runners / - GitHub-hosted runners / - Use GitHub-hosted runners
- Main sections:
In this article,Using a GitHub-hosted runner,Viewing available runners for a repository.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-runners/github-hosted-runners/use-github-hosted-runners
