Skip to content

Commit c39a3cd

Browse files
Merge branch 'main' into add-feature
2 parents 95c15f5 + 308d615 commit c39a3cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ai-pr-reviewer.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212

1313
concurrency:
1414
group:
15-
${{ github.repository }}-${{ github.event.number || github.head_ref ||
16-
github.sha }}-${{ github.workflow }}-${{ github.event_name ==
17-
'pull_request_review_comment' && 'pr_comment' || 'pr' }}
15+
${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}-${{ github.event_name == 'pull_request_review_comment' && 'pr_comment' || 'pr' }}
1816
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
1917

2018
jobs:

0 commit comments

Comments
 (0)