We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465ee9a commit c747fe8Copy full SHA for c747fe8
.github/workflows/e2e_tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Publish Playwright Test Summary
61
uses: daun/playwright-report-summary@v3
62
- if: always()
+ if: always() && github.event.pull_request.head.repo.full_name == github.repository
63
with:
64
report-file: client/results.json
65
comment-title: "🎭 Playwright E2E Test Results"
0 commit comments