Skip to content

Commit

Permalink
fix: put it all in
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent b8bc9db commit ad90be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ runs:
CC_YML_PATH: ${{ inputs.codecov_yml_path }}

- name: Gracefully exit
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
if: ${{ !cancelled() && "$CC_FAIL_CI_IF_ERROR" != "true" }}
shell: bash
run: |
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."
Expand Down

0 comments on commit ad90be6

Please sign in to comment.