Skip to content

Commit d6df760

Browse files
committed
chore: concurrency setting
1 parent 27e376a commit d6df760

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-previews.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened, closed]
66

7+
concurrency:
8+
cancel-in-progress: false
9+
group: 'docs-pr-previews-${{ github.event.pull_request.number }}'
10+
711
jobs:
812
trigger-preview:
913
if: github.event.action != 'closed'

0 commit comments

Comments
 (0)