ci: add concurrency group to cancel in-progress runs

This commit is contained in:
mkorwel
2026-04-16 16:12:45 +00:00
parent 7aedb06400
commit a19222f830
+4
View File
@@ -5,6 +5,10 @@ on:
branches:
- 'feat/ci-bundling-revamp'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: