diff options
author | Daniel Scherf <35780068+dlsf@users.noreply.github.com> | 2024-05-11 01:02:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 23:02:29 +0000 |
commit | fdfbfc27c6b731cbc41b2dd1239e70a549bcc8f4 (patch) | |
tree | 3f86221f00255b00df4b072bffd67fcbea9434f0 /.github | |
parent | 3ff226e7d175b76c2f2ef2be1fcae5af8cc162d4 (diff) |
Remove playwright's success PR comments (#906)
Signed-off-by: Daniel Scherf <35780068+dlsf@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright_comment.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/playwright_comment.yml b/.github/workflows/playwright_comment.yml index b519b1a1..a94700fe 100644 --- a/.github/workflows/playwright_comment.yml +++ b/.github/workflows/playwright_comment.yml @@ -59,16 +59,6 @@ jobs: message: | :heavy_exclamation_mark: Could not fetch screenshots from master branch, so had nothing to make a visual comparison against; please check the "master-screenshots" step in the workflow run and rerun it before merging. - - name: "[Comment] Success: No visual differences introduced by this PR" - uses: mshick/add-pr-comment@dd126dd8c253650d181ad9538d8b4fa218fc31e8 # pin@v2 - if: steps.playwright.outputs.MASTER_SCREENSHOTS_OUTCOME != 'failure' && steps.playwright.outputs.FAILED == 0 - with: - issue: ${{ steps.source-run-info.outputs.pullRequestNumber }} - message: | - :heavy_check_mark: No visual differences introduced by this PR. - - <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}#artifacts">View Playwright Report</a> (note: open the "playwright-report" artifact) - - name: "[Comment] Warning: Visual differences introduced by this PR" uses: mshick/add-pr-comment@dd126dd8c253650d181ad9538d8b4fa218fc31e8 # pin@v2 if: steps.playwright.outputs.MASTER_SCREENSHOTS_OUTCOME != 'failure' && steps.playwright.outputs.FAILED != 0 |