From e911dd87b8e67957b479dcb10ca520908ab47ece Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 16 Apr 2024 16:10:54 -0400 Subject: [PATCH] More checkout needed Skip-PR-comments: true Run-GHA: true Required-githooks: true Signed-off-by: Brian J. Murrell --- .github/workflows/rpm-build-and-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rpm-build-and-test.yml b/.github/workflows/rpm-build-and-test.yml index efad1d0..996b5de 100644 --- a/.github/workflows/rpm-build-and-test.yml +++ b/.github/workflows/rpm-build-and-test.yml @@ -112,6 +112,10 @@ jobs: # yamllint disable-line rule:line-length REPO_PATH: /scratch/job_repos/daos-stack/job/argobots/job/PR-${{ github.event.pull_request.number }}/ steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: Create lastBuild and lastSuccessfulBuild symlinks run: . ci/gha_functions.sh; mkdir -p ${REPO_PATH};