add continue-on-error attribute to pipeline (#908)
This commit is contained in:
parent
d7e32f6960
commit
1a96e1a893
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -66,6 +66,7 @@ jobs:
|
||||||
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
|
if: github.event_name == 'pull_request' # Do not run when workflow is triggered by push to main branch
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: main
|
needs: main
|
||||||
|
continue-on-error: true # Add this line to prevent pipeline failures in forks
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
actions: read # to download code coverage results from "main" job
|
actions: read # to download code coverage results from "main" job
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue