Skip to content

Commit

Permalink
wip: fix pr target issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Sep 28, 2023
1 parent 2b5d8cf commit 2a37bcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: repo-src
ref: ${{ github.event.pull_request.merge_commit_sha || github.event.push.head }}

- name: Configure Build Matrix
id: configure
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: repo-src
ref: ${{ github.event.pull_request.merge_commit_sha || github.event.push.head }}

- name: Install Linux packages
if: runner.os == 'Linux'
Expand Down

0 comments on commit 2a37bcb

Please sign in to comment.