Skip to content

Commit d9ba996

Browse files
committed
Fix needs in publish with new jobs
1 parent 4b64437 commit d9ba996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: ci/stop_dependencies.sh ${{ matrix.versions.weaviate }}
104104

105105
publish:
106-
needs: tests
106+
needs: [tests-with-auth, tests-without-auth]
107107
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
108108
runs-on: ubuntu-latest
109109
permissions:

0 commit comments

Comments
 (0)