fail-fast - CI/CD Glossary Definition
fail-fast (strategy.fail-fast) cancels the rest of a matrix the moment one job fails; on by default, it saves minutes but masks other failing combinations.
Related guides
Build Matrix - CI/CD Glossary DefinitionA build matrix defines combinations of variables - language versions, operating systems - that fan one job in…
continue-on-error - CI/CD Glossary Definitioncontinue-on-error lets a job or step fail without failing the whole workflow, used for non-blocking checks li…
Concurrency Group - CI/CD Glossary DefinitionA concurrency group is a named key that limits a workflow to one active run at a time, cancelling superseded…