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

@@ -17,7 +17,7 @@ on:
- cron: '0 3 * * 1'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
env: