学習 / CI/CD Glossary / Job Job - CI/CD用語集の定義 job とは、単一の runner 上で実行される一連の step です。job はデフォルトで並列に実行され、needs で互いに依存関係を持たせることができます。関連ガイドWorkflow - CI/CD Glossary DefinitionWorkflow: In GitHub Actions, a **workflow** is an automated process defined in a YAML file under `.github/wor… Step - CI/CD Glossary DefinitionStep: A **step** is a single task in a job - either a shell command (`run:`) or an action (`uses:`). 前へJavaScript Action次へJob Concurrency Group Key