From 17952ae2c0b66f53e9989a887b3d956c40139ca1 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Tue, 3 Sep 2024 10:24:01 -0400 Subject: [PATCH] Update integration_tests.yml Signed-off-by: Amrit Krishnan --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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