We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6a354 commit d03b5d4Copy full SHA for d03b5d4
.github/workflows/ci.yaml
@@ -58,6 +58,7 @@ jobs:
58
name: "Code coverage report"
59
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
60
runs-on: ubuntu-latest
61
+ continue-on-error: true # Add this line to prevent pipeline failures in forks
62
needs: main
63
permissions:
64
contents: read
0 commit comments