Skip to content

Commit

Permalink
dont use ref for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jun 27, 2024
1 parent e52bec4 commit fc68742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- run: lscpu
- name: Checkout
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.issue.number }}/head
# with:
# ref: refs/pull/${{ github.event.issue.number }}/head
- run: npm i -g [email protected]
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit fc68742

Please sign in to comment.