Skip to content

Commit

Permalink
update ci with new checkout test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Nov 29, 2023
1 parent a217319 commit dd6d71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/checkout@v3
if: ${{ github.event_name == 'pull_request_target' }}
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: "refs/pull/${{ github.event.number }}/merge"

- name: Run pytests
run: |
Expand Down

0 comments on commit dd6d71d

Please sign in to comment.