Skip to content

Commit

Permalink
revert ref base
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Sep 10, 2024
1 parent a1deceb commit 609e11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.base.sha }}

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

0 comments on commit 609e11d

Please sign in to comment.