Runner Group - CI/CD Glossary Definition
A runner group governs which repositories are allowed to use a shared set of self-hosted runners.
A runner group is a collection of self-hosted runners that an organization or enterprise manages together to control which repositories and workflows may use those runners.
Runner groups add an access-control boundary on top of labels, so a sensitive fleet can be restricted to trusted repositories rather than exposed to every repo in the org.
Related guides
Self-Hosted Runner Label - CI/CD Glossary DefinitionSelf-Hosted Runner Label: A self-hosted runner label is a tag attached to a runner so a job can request it wi…
Just-in-Time Runner - CI/CD Glossary DefinitionJust-in-Time Runner: A just-in-time (JIT) runner is registered with a single-use configuration token that let…