- 出荷済み
- 2026年4月16日 17:15 UTC
- プロフィール
- Kamo
- コンテンツ
- 747c487
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a concurrency group cancels any in-progress run for the same workflow+branch when a new one starts.