From 2a37bcb5171d8fb74ab54c0a2969ba0cdfbc93ca Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Thu, 28 Sep 2023 12:19:52 -0700 Subject: [PATCH] wip: fix pr target issues --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 05a02c1..62c353c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 @@ -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'