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

@@ -25,7 +25,7 @@ permissions:
# Allow only one concurrent deployment
concurrency:
group: "pages-${{ github.ref }}"
group: "pages-${{ github.event_name }}-${{ github.ref }}"
cancel-in-progress: false
env: