add continue-on-error attribute to pipeline (#908)

This commit is contained in:
Benjamin Fürtsch 2025-07-09 14:32:07 +02:00 committed by GitHub
parent d7e32f6960
commit 1a96e1a893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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