diff --git a/.github/workflows/update-weaviate-server.yml b/.github/workflows/update-weaviate-server.yml index 7cf82b7..89eb1ae 100644 --- a/.github/workflows/update-weaviate-server.yml +++ b/.github/workflows/update-weaviate-server.yml @@ -21,7 +21,6 @@ jobs: - name: Update Image run: make update-weaviate-image - working-directory: libs/weaviate - name: Commit and push if changed run: | @@ -34,7 +33,6 @@ jobs: git commit -m "Update Weaviate version in tests/docker-compose.yml" && git push --set-upstream origin ${{ env.SOURCE_BRANCH_NAME }} ) - working-directory: libs/weaviate - name: Create Pull Request if: ${{ env.CHANGED == 'true' }}