continue-on-error - CI/CD Glossary Definition
continue-on-error: true lets a step or job fail without failing the overall workflow, used for non-blocking or experimental checks.
Related guides
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…