diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9ab319e56..22549aa72 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -427,27 +427,27 @@ jobs: with: | flags: ruby directory: coverage/simplecov - fail_ci_if_error: true + fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 10000 + attempt_delay: 30000 - uses: Wandalen/wretry.action@master with: action: codecov/codecov-action@v3 with: | flags: jest, javascript directory: coverage/jest - fail_ci_if_error: true + fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 10000 + attempt_delay: 30000 - uses: Wandalen/wretry.action@master with: action: codecov/codecov-action@v3 with: | flags: cypress, javascript directory: coverage/cypress - fail_ci_if_error: true + fail_ci_if_error: ${{ github.ref != 'refs/heads/main' }} attempt_limit: 5 - attempt_delay: 10000 + attempt_delay: 30000 CI-status-report: runs-on: ubuntu-latest