Skip to content

Commit

Permalink
fix: only failures
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent eef94fe commit 0e0c794
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() && 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..."
Expand Down

0 comments on commit 0e0c794

Please sign in to comment.