fix: Centralize workflow concurrency in orchestrator

This commit is contained in:
mkorwel
2025-10-22 12:27:39 -07:00
parent ce0bed07c6
commit dc2aa1ead7
4 changed files with 4 additions and 10 deletions
+4
View File
@@ -8,6 +8,10 @@ on:
- 'release/**'
merge_group:
concurrency:
group: '${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}'
cancel-in-progress: true
permissions:
contents: 'read'
packages: 'write'