- 已装运
- 2026年4月16日 17:15 UTC
- 作者
- Kamo
- 提交
- 3798658
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.