We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e32f6 commit 1a96e1aCopy full SHA for 1a96e1a
1 file changed
.github/workflows/ci.yaml
@@ -66,6 +66,7 @@ jobs:
66
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
67
runs-on: ubuntu-latest
68
needs: main
69
+ continue-on-error: true # Add this line to prevent pipeline failures in forks
70
permissions:
71
contents: read
72
actions: read # to download code coverage results from "main" job
0 commit comments