Skip to content

Commit 320671b

Browse files
hotfix: Remove unnecessary second-checkout during lightouse action
closes nodejs#6068 Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent b6a5825 commit 320671b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/lighthouse.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
max_timeout: 90
6767

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-
7668
- name: Audit Preview URL with Lighthouse
7769
# Conduct the lighthouse audit
7870
id: lighthouse_audit

0 commit comments

Comments
 (0)