Skip to content

Commit 94a35d0

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959

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

0 commit comments

Comments
 (0)