fix: flip it

This commit is contained in:
Tom Hu
2024-12-05 22:17:50 -03:00
parent f7fa523f5c
commit 2e5fc410f6

View File

@@ -266,6 +266,6 @@ runs:
CC_YML_PATH: ${{ inputs.codecov_yml_path }} CC_YML_PATH: ${{ inputs.codecov_yml_path }}
- name: Gracefully exit - name: Gracefully exit
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} == "true" if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
shell: bash shell: bash
run: exit 0 run: exit 0