Skip to content

Commit

Permalink
Update pr_validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Feb 4, 2025
1 parent 962e984 commit d8c1910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
steps:
- name: Print out ref used in checkout
run: |
echo "PR ref: ${{ github.head_ref }}"
echo "PR ref: ${{ github.event.pull_request.head.ref }}"
- name: Checkout ldmx-sw
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}

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

0 comments on commit d8c1910

Please sign in to comment.