Concurrency Group - CI/CD 用語集の定義
concurrency group は (concurrency: の下に設定する) キーで、group ごとに一度に 1 つの実行だけを許可し、進行中の実行をキャンセルできるため、連続した push で minutes を節約します。
関連ガイド
Concurrency - CI/CD Glossary DefinitionConcurrency: **Concurrency** controls limit how many runs of a workflow execute at once, and can cancel super…
fail-fast - CI/CD Glossary Definitionfail-fast is a matrix setting that cancels all remaining jobs the moment one fails. On by default, it saves m…
Queue Time - CI/CD Glossary DefinitionQueue time is how long a job waits after being triggered before a runner picks it up. Long queue time, not jo…