Skip to content

Commit

Permalink
Change PR validation CI so it checks out the correct branch (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Feb 4, 2025
1 parent 3b362f7 commit 314355c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
submodules: 'recursive'
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref || github.event.issue.pull_request.head.ref }}

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

0 comments on commit 314355c

Please sign in to comment.