Runner Label - CI/CD 用語集の定義
runner label は (ubuntu-latest、self-hosted、gpu などの) タグで、job が runs-on: で指定して、どの runner が実行できるかを選択します。
関連ガイド
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…