fix: check it

This commit is contained in:
Tom Hu
2024-12-05 22:22:09 -03:00
parent 969e2a1344
commit 45c554e577

View File

@@ -265,10 +265,6 @@ runs:
CC_VERSION: ${{ inputs.version }} CC_VERSION: ${{ inputs.version }}
CC_YML_PATH: ${{ inputs.codecov_yml_path }} CC_YML_PATH: ${{ inputs.codecov_yml_path }}
- name: fail
shell: bash
run: exit 1
- name: Gracefully exit - name: Gracefully exit
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true" if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
shell: bash shell: bash