fix: do the thing

This commit is contained in:
Tom Hu
2024-12-05 22:19:51 -03:00
parent 1ffd4a9bde
commit 1c9ba15f25

View File

@@ -269,6 +269,8 @@ runs:
run: exit 1 run: exit 1
- name: Gracefully exit - name: Gracefully exit
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true" if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
shell: bash shell: bash
run: exit 0 run: exit 0
env:
CC_FAIL_CI_IF_ERROR: ${{ inputs.fail_ci_if_error }}