Skip to content

Commit d03b5d4

Browse files
authored
feat: add continue-on-error attribute to pipeline (#848)
1 parent 3d6a354 commit d03b5d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
name: "Code coverage report"
5959
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
6060
runs-on: ubuntu-latest
61+
continue-on-error: true # Add this line to prevent pipeline failures in forks
6162
needs: main
6263
permissions:
6364
contents: read

0 commit comments

Comments
 (0)