Runner Label - CI/CD Glossary Definition
A runner label is a tag (e.g. ubuntu-latest, self-hosted, gpu) that a job names in runs-on: to select which runners may execute it.
Related guides
Runner Group - CI/CD Glossary DefinitionRunner Group: A runner group is a GitHub feature that organizes self-hosted runners and controls which reposi…
Runner - CI/CD Glossary DefinitionRunner: A **runner** is the machine that executes a job. It can be GitHub-hosted, self-hosted, or managed by…
Self-Hosted Runner - CI/CD Glossary DefinitionSelf-Hosted Runner: A **self-hosted runner** is a runner you operate on your own infrastructure, giving you c…