From 77edb05e3fea4003e7db607bef3712d9fdc932be Mon Sep 17 00:00:00 2001 From: TerrenceMcGuinness-NOAA Date: Wed, 16 Oct 2024 16:14:43 -0400 Subject: [PATCH] Added ref to checkout for pull request on GitHub dispatch (#3010) # Description The checkout reference for the GitHub dispatch action needed to be update to specify PRs. # Type of change - [x] Bug fix (fixes something broken) - [ ] New feature (adds functionality) - [ ] Maintenance (code refactor, clean-up, new CI test, etc.) Co-authored-by: Terry McGuinness --- .github/workflows/pw_aws_centos.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pw_aws_centos.yaml b/.github/workflows/pw_aws_centos.yaml index 549a3ea0fa..76258c3044 100644 --- a/.github/workflows/pw_aws_centos.yaml +++ b/.github/workflows/pw_aws_centos.yaml @@ -29,6 +29,7 @@ jobs: with: path: ${{ github.run_id }}/HOMEgfs submodules: 'recursive' + ref: ${{ github.event.pull_request.head.ref }} build-link: runs-on: [self-hosted, aws, parallelworks, centos]