diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index f592935b9..67cbe390d 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -65,6 +65,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false attempt_limit: 5 attempt_delay: 30000