Skip to content

Commit 2cd7b74

Browse files
committed
Revert
1 parent 94a35d0 commit 2cd7b74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ 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:
64-
create-comment: github.event.pull_request.head.repo.full_name == github.repository
6564
report-file: client/results.json
6665
comment-title: "🎭 Playwright E2E Test Results"
6766
job-summary: true

0 commit comments

Comments
 (0)