Skip to content

Commit

Permalink
remove github.ref from run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Nov 30, 2023
1 parent a3d0fc8 commit eb8d645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PERL_CACHE: ~/perl5 # Perlbrew and CPAN modules installed here, cached
NPG_LIB: ~/perl5npg # NPG modules installed here, not cached
WSI_NPG_GITHUB_URL: https://github.com/wtsi-npg
WSI_NPG_BUILD_BRANCH: ${{ github.base_ref || github.ref }}
WSI_NPG_BUILD_BRANCH: ${{ github.base_ref }}


strategy:
Expand Down

0 comments on commit eb8d645

Please sign in to comment.