fail-fast - CI/CD 用語集の定義
fail-fast (strategy.fail-fast) は、1 つの job が失敗した瞬間に matrix の残りをキャンセルします。デフォルトで有効で minutes を節約しますが、失敗している他の組み合わせを覆い隠します。
関連ガイド
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…