fix conditional syntax

This commit is contained in:
edoapra 2026-01-26 17:01:38 -08:00
parent ea3b2c7d92
commit b810f6e8d1
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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