Skip to content

Commit c747fe8

Browse files
committed
Only try to comment on PR if the PR is from the canonical repo and not from a fork
1 parent 465ee9a commit c747fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Publish Playwright Test Summary
6161
uses: daun/playwright-report-summary@v3
62-
if: always()
62+
if: always() && github.event.pull_request.head.repo.full_name == github.repository
6363
with:
6464
report-file: client/results.json
6565
comment-title: "🎭 Playwright E2E Test Results"

0 commit comments

Comments
 (0)