timeout-minutes - CI/CD用語集の定義
timeout-minutes は、Actions が強制終了するまでに job または step が実行できる時間を制限します。
timeout-minutes は、job または step がキャンセルされるまでに実行できる最大の分数を設定する GitHub Actions のキーです。job のデフォルトの timeout は360分です。
厳しい timeout-minutes を設定すると、ハングした step がデフォルトの6時間を丸ごと消費するのを防ぎ、詰まったプロセスで無駄になる runner の分数を抑えられます。
関連ガイド
continue-on-error - CI/CD Glossary Definitioncontinue-on-error: continue-on-error is a key that lets a job or step fail without failing the overall workfl…
Concurrency Cancel-in-Progress - CI/CD Glossary DefinitionConcurrency Cancel-in-Progress: Cancel-in-progress is a `concurrency` setting that cancels an already-running…