fix: update workflow concurrency settings to prevent cancellation between push and PR events

This commit is contained in:
GitHub Actions
2026-02-06 06:54:36 +00:00
parent e6e957d0ed
commit 7a48bccfaf
18 changed files with 116 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ on:
- 'hotfix/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
env: