Workflow Run - CI/CD用語集の定義
workflow run とは、trigger が発火したときに作成される workflow の単一の実行インスタンスであり、独自の run 番号、run ID、status、および Actions タブに表示される一連の job を持ちます。
識別子
各 run は ${{ github.run_id }}(安定した一意の ID)、${{ github.run_number }}(workflow ごとにインクリメントされるカウンター)、${{ github.run_attempt }}(再実行時にインクリメントされる)を公開します。workflow_run trigger を使うと、ある workflow が別の workflow の完了後に開始できます。
関連ガイド
Cron Schedule - CI/CD Glossary DefinitionCron Schedule: A cron schedule is a `schedule:` trigger entry that runs a workflow on a time-based POSIX cron…
Concurrency Group - CI/CD Glossary DefinitionConcurrency Group: A concurrency group is a key set with `concurrency.group` that limits a workflow (or job)…
Job Summary - CI/CD Glossary DefinitionJob Summary: A job summary is custom Markdown a step writes to the `$GITHUB_STEP_SUMMARY` file, rendered on t…