Skip to content

Commit

Permalink
fix: check out from current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 17, 2023
1 parent b61a34c commit 120479b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,8 @@ jobs:
runs-on: ubuntu-latest
# needs: [job-test-unit, job-test-system]
steps:
# Checkout ref: main because previous job committed third_party_notices and
# we need to checkout main to pick up that commit
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: main

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 120479b

Please sign in to comment.