diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b79e134e9f..3e88e150c7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -83,7 +83,7 @@ jobs: with: directory: ${{ github.workspace }}/build/reports/jacoco/coverage files: coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false - name: Build preview website (pull request) if: ${{ success() && github.event_name == 'pull_request' && matrix.os == 'ubuntu-20.04' }}