Description
Adopt concurrency groups on boomtick-pkg's main ci.yml workflow to optimize runner usage and automatically cancel obsolete runs on subsequent branch pushes.
Proposed Changes
- Edit
ci.yml in boomtick-pkg.
- Add a
concurrency configuration block targeting the current branch:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
Verification Checklist
Description
Adopt
concurrencygroups on boomtick-pkg's mainci.ymlworkflow to optimize runner usage and automatically cancel obsolete runs on subsequent branch pushes.Proposed Changes
ci.ymlin boomtick-pkg.concurrencyconfiguration block targeting the current branch:Verification Checklist