Skip to content

Commit c37ee9c

Browse files
committed
perf(review): cancel in-progress reviews on new push
1 parent b0a1ae3 commit c37ee9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/claude-pr-review.yml

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, ready_for_review, reopened]
66

7+
concurrency:
8+
group: pr-review-${{ github.event.pull_request.number }}
9+
cancel-in-progress: true
10+
711
jobs:
812
review:
913
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)