fix: update workflow concurrency settings to prevent cancellation between push and PR events
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user