diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index cfe6937f232..276f2841312 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -328,9 +328,3 @@ jobs: - name: Check that coverage status is passed if: ${{ needs.compute_changed_files.outputs.can_skip_files != 'true' && needs.evaluate_code_coverage_reports.result != 'success' }} run: exit 1 - - - name: Handle action required status - if: ${{ needs.code_coverage_run.result == 'action_required' || needs.evaluate_code_coverage_reports.result == 'action_required' }} - run: | - echo "Action required on code coverage. Review manually before proceeding." - exit 0