Skip to content

Commit

Permalink
Merge pull request #2081 from cfpb/fix/lighthouse-warning
Browse files Browse the repository at this point in the history
Remove unused Lighthouse results upload
  • Loading branch information
chosak authored Oct 29, 2024
2 parents c44259b + 0fae44b commit 524c55d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ jobs:
run: yarn lhci autorun
env:
LHCI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Attach results as artifact to GitHub Actions run
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: lighthouse-results
path: .lighthouseci

0 comments on commit 524c55d

Please sign in to comment.