Skip to content

Commit 1a96e1a

Browse files
authored
add continue-on-error attribute to pipeline (#908)
1 parent d7e32f6 commit 1a96e1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
6767
runs-on: ubuntu-latest
6868
needs: main
69+
continue-on-error: true # Add this line to prevent pipeline failures in forks
6970
permissions:
7071
contents: read
7172
actions: read # to download code coverage results from "main" job

0 commit comments

Comments
 (0)