mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-31 15:45:40 +00:00
The flat 'deploy' concurrency group caused ALL PRs to share one queue,
so pushing to any PR would cancel CI runs on other PRs.
Changed to deploy-${{ github.event.pull_request.number || github.ref }}
so each PR gets its own concurrency group while re-pushes to the same
PR still cancel the previous run.