mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
Merge pull request #1268 from edoapra/ma_basis
skip QAs when FC=nvfortran and Zen4 CPUs
This commit is contained in:
commit
b28f38abbf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
|
|
@ -515,7 +515,9 @@ jobs:
|
|||
id: qa_test
|
||||
if: steps.compile.conclusion == 'success'
|
||||
run: |
|
||||
if [[ $FC != 'nvfortran' && ${{ env.microarch}} != 'Zen4' ]]; then
|
||||
./travis/run_qas.sh
|
||||
fi
|
||||
- name: Check if QA testing has failed
|
||||
if: ${{ failure() && steps.qa_test.outcome == 'failure' }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue