Skip to content

Commit

Permalink
only add comment if action is PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Apr 29, 2024
1 parent 7abc200 commit bae816a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,4 @@ jobs:
comment-title: "Playwright test results - MV${{matrix.MV}}"
report-file: end-to-end-tests/.report/report.json
report-tag: manifest-version-${{ matrix.MV }}
if: github.event_name == 'pull_request'

0 comments on commit bae816a

Please sign in to comment.