Skip to content

Commit 7502b9a

Browse files
committed
Fix non-auth tests trigger
1 parent eb89b7f commit 7502b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
# OPENAI_APIKEY: ${{ secrets.OPENAI_APIKEY }} disabled until we have a working key
170170
run: pytest -n auto --dist loadgroup -v --cov --cov-report=term-missing --cov=weaviate --cov-report xml:coverage-integration.xml integration
171171
- name: Run integration tests without auth secrets (for forks)
172-
if: ${{ github.event.pull_request.head.repo.fork || github.triggering_actor != 'dependabot[bot]' }}
172+
if: ${{ github.event.pull_request.head.repo.fork || github.triggering_actor == 'dependabot[bot]' }}
173173
run: pytest -n auto --dist loadgroup -v --cov --cov-report=term-missing --cov=weaviate --cov-report xml:coverage-integration.xml integration
174174
- name: Archive code coverage results
175175
if: matrix.versions.py == '3.10' && (github.ref_name != 'main')

0 commit comments

Comments
 (0)