Skip to content

Commit

Permalink
Revert "update cwd"
Browse files Browse the repository at this point in the history
This reverts commit 6b46921.

Signed-off-by: hsm207 <[email protected]>
  • Loading branch information
hsm207 committed Apr 8, 2024
1 parent d3c94e3 commit 5b89d7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Update Image
run: make update-weaviate-image
working-directory: libs/weaviate

- name: Commit and push if changed
run: |
Expand All @@ -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' }}
Expand Down

0 comments on commit 5b89d7e

Please sign in to comment.