Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Aug 9, 2024
1 parent e0d89d5 commit cbfe8d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
if: success() && github.event.number && steps.fc.outputs.comment-id != '0'
with:
issue-number: ${{ github.event.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
includes-comment: "# Lighthouse Report"
body: ${{ steps.get-comment-body.outputs.body }}
edit-mode: replace
12 changes: 0 additions & 12 deletions .github/workflows/pr-visualizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,3 @@ jobs:
body: |
# Visualizer Report
You can view the results [here](${{ steps.deployment.outputs.page_url }}).
- name: Update comment
uses: peter-evans/create-or-update-comment@v2
if: success() && github.event.number && steps.fc.outputs.comment-id != '0'
with:
issue-number: ${{ github.event.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
includes-comment: "# Visualizer Report"
body: |
# Visualizer Report
- You can view the results [here](${{ steps.deployment.outputs.page_url }}).
edit-mode: replace

0 comments on commit cbfe8d9

Please sign in to comment.