continue-on-error - Definição no Glossário de CI/CD
continue-on-error: true permite que um step ou job falhe sem falhar o workflow como um todo, usado para checks não bloqueantes ou experimentais.
Guias relacionados
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…