Skip to content

Commit 38264b2

Browse files
committed
fix: add concurrency
1 parent 8b8ad4d commit 38264b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ai-review.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
MODEL: deepseek-r1:14b
2828
INCLUDE_REGEX: '^(\.github/workflows/|package\.json|react-native-keyboard-controller\.podspec|react-native\.config\.js|android/|common/|ios/|src/|jest/|docs/docs/|docs/src/|docs/blog/)'
2929

30+
concurrency:
31+
group: ai-review-${{ github.event.pull_request.number }}
32+
cancel-in-progress: true
33+
3034
steps:
3135
- name: Checkout
3236
uses: actions/checkout@v4

0 commit comments

Comments
 (0)