mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fix conditional syntax
This commit is contained in:
parent
ea3b2c7d92
commit
b810f6e8d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue