fix: only failures

This commit is contained in:
Tom Hu
2024-12-05 22:33:11 -03:00
parent eef94fef0b
commit 902e26a66e
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ runs:
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
- name: Gracefully exit
if: ${{ !cancelled() && inputs.fail_ci_if_error != 'true' }}
if: ${{ failure() && inputs.fail_ci_if_error != 'true' }}
shell: bash
run: |
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."