diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 23b7a85100..4a5c13a2a0 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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: |