File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 if : ${{ !github.event.pull_request.head.repo.fork }}
144144 run : pytest -v --cov --cov-report=term-missing --cov=weaviate --cov-report xml:coverage-integration-embedded.xml integration_embedded
145145 - name : Archive code coverage results
146- if : matrix.version == '3.10' && (github.ref_name != 'main')
146+ if : matrix.version == '3.10' && (github.ref_name != 'main') && !github.event.pull_request.head.repo.fork
147147 uses : actions/upload-artifact@v4
148148 with :
149149 name : coverage-report-integration-embedded
@@ -242,7 +242,7 @@ jobs:
242242 Codecov :
243243 needs : [Unit-Tests, Integration-Tests]
244244 runs-on : ubuntu-latest
245- if : github.ref_name != 'main'
245+ if : github.ref_name != 'main' && !github.event.pull_request.head.repo.fork
246246 steps :
247247 - uses : actions/checkout@v4
248248 - name : Download coverage artifacts mock
You can’t perform that action at this time.
0 commit comments