Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Nov 28, 2023
1 parent 68a41d3 commit a217319
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.merge_commit_sha }}"
ref: ${{ github.event.pull_request.head.sha }}

- name: Run pytests
run: |
Expand Down

0 comments on commit a217319

Please sign in to comment.