diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52ea2b9d..2666ff2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,6 +66,7 @@ jobs: if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch runs-on: ubuntu-latest needs: main + continue-on-error: true # Add this line to prevent pipeline failures in forks permissions: contents: read actions: read # to download code coverage results from "main" job