Skip to content

Commit

Permalink
Added ref to checkout for pull request on GitHub dispatch (NOAA-EMC#3010
Browse files Browse the repository at this point in the history
)

# 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 <terry.mcguinness@noaa.gov>
  • Loading branch information
1 parent ca8d9f4 commit 77edb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pw_aws_centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 77edb05

Please sign in to comment.