Skip to content

Commit

Permalink
devops: remove first comment on lhci action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Apr 7, 2024
1 parent e49ea3f commit 8787579
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Add comment to PR
id: loading_comment_to_pr
uses: marocchino/sticky-pull-request-comment@v2.9.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
number: ${{ github.event.issue.number }}
header: lighthouse
message: |
Running Lighthouse audit...
# - name: Add comment to PR
# id: loading_comment_to_pr
# uses: marocchino/sticky-pull-request-comment@v2.9.0
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# number: ${{ github.event.issue.number }}
# header: lighthouse
# message: |
# Running Lighthouse audit...
- name: Capture Vercel preview URL
id: vercel_preview_url
uses: zentered/vercel-preview-url@v1.1.9
Expand Down

0 comments on commit 8787579

Please sign in to comment.