Concurrency Group - Definição no Glossário de CI/CD
Um concurrency group é uma chave (definida em concurrency:) que permite apenas uma execução por group por vez e pode cancelar execuções em andamento, economizando minutos em pushes rápidos.
Guias relacionados
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…