We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a5825 commit 320671bCopy full SHA for 320671b
.github/workflows/lighthouse.yml
@@ -65,14 +65,6 @@ jobs:
65
token: ${{ secrets.GITHUB_TOKEN }}
66
max_timeout: 90
67
68
- - name: Git Checkout
69
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
70
- with:
71
- # By default Git Checkout on `pull-request-target` will checkout
72
- # the `default` branch of the Pull Request. We want to checkout
73
- # the actual branch of the Pull Request.
74
- ref: ${{ github.event.pull_request.head.ref }}
75
-
76
- name: Audit Preview URL with Lighthouse
77
# Conduct the lighthouse audit
78
id: lighthouse_audit
0 commit comments