- Shipped
- 2026년 4월 16일 오후 5:15 UTC
- Author
- Kamo
- Commit
- a7da1bc
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.