Skip to content

Commit c1e4e21

Browse files
committed
Fix AI PR Review job condition to ensure it only runs on pull requests
1 parent 41e6de1 commit c1e4e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
path: '**/test-results.trx'
4141

4242
ai-pr-review:
43+
if: github.event_name == 'pull_request'
4344
runs-on: ubuntu-latest
4445
needs: build
4546

0 commit comments

Comments
 (0)