Skip to content

Commit da1f93e

Browse files
authored
Merge pull request Expensify#73472 from Expensify/Rory-FixClaudeRaceCondition
[No QA] Prevent racing claude reviews
2 parents 4883be6 + 2aa6726 commit da1f93e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
required: true
1717
type: string
1818

19+
concurrency:
20+
group: claude-review-${{ github.event_name == 'workflow_dispatch' && inputs.PULL_REQUEST_URL || github.event.pull_request.html_url }}
21+
cancel-in-progress: true
22+
1923
jobs:
2024
review:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)