Skip to content

GA: try to use test_uwlcm_hlpr from PR, not from master #9

GA: try to use test_uwlcm_hlpr from PR, not from master

GA: try to use test_uwlcm_hlpr from PR, not from master #9

Workflow file for this run

name: Test UWLCM
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
call_test_uwlcm_hlpr:
####################
# use the reusable workflow version from the PR code, doesn't work
# TODO: fix this so that changes to test_uwlcm_hlpr.yml proposed by a PR are tested...
uses: ${{ github.event.pull_request.head.repo.full_name }}/UWLCM/.github/workflows/test_uwlcm_hlpr.yml@${{github.head_ref}}

Check failure on line 14 in .github/workflows/test_uwlcm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_uwlcm.yml

Invalid workflow file

invalid value workflow reference: owner name must be a valid repository owner name
####################
# temp: we use the workflow from the master branch of the igfuw/uwlcm repo
# uses: igfuw/UWLCM/.github/workflows/test_uwlcm_hlpr.yml@master
####################
with:
UWLCM_sha: ${{ github.sha }} # merge PR SHA
libcloudphxx_sha: "master"
libmpdataxx_sha: "master"