Skip to content

Commit 0adc2b0

Browse files
committed
ci: add concurrency key to review checklist action
1 parent c26279d commit 0adc2b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/review-checklist.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request_target:
66
types: [opened, review_requested]
77

8+
concurrency:
9+
group: ${{ github.ref }}
10+
cancel-in-progress: false
11+
812
jobs:
913
review-checklist:
1014
name: Review Checklist

0 commit comments

Comments
 (0)