diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index ada609ef49..e893edeb21 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -520,6 +520,6 @@ jobs: run: | ./travis/run_qas.sh - name: Check if QA testing has failed - if: ${{ failure() }} && steps.qa_test.outcome == 'failure' + if: ${{ failure() && steps.qa_test.outcome == 'failure' }} run: | ./travis/check_qas.sh