Skip to content

Commit

Permalink
Update PR validation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Feb 4, 2025
1 parent 9b0e9fd commit f02ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
submodules: 'recursive'
fetch-depth: 0
ref: ${{ github.event.issue.pull_request.head.ref }}
ref: refs/pull/${{ github.event.pull_request.number }}/merge

- name: Install just
uses: extractions/setup-just@v2
Expand Down

0 comments on commit f02ba4e

Please sign in to comment.