continue-on-error - CI/CD 用語集の定義
continue-on-error: true は step や job が失敗しても workflow 全体を失敗させないようにするもので、非ブロッキングまたは実験的なチェックに使います。
関連ガイド
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…
Exit Code - CI/CD Glossary DefinitionExit Code: An **exit code** is the number a process returns when it ends. Zero means success; non-zero means…
Status Check - CI/CD Glossary DefinitionA status check is the pass/fail result a CI job reports to a commit or pull request. Required checks block me…