diff --git a/.github/workflows/update-weaviate-server.yml b/.github/workflows/update-weaviate-server.yml index 88b8303..89eb1ae 100644 --- a/.github/workflows/update-weaviate-server.yml +++ b/.github/workflows/update-weaviate-server.yml @@ -4,12 +4,6 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * 1' # Every Monday at 00:00 UTC - push: - branches: - - update-weaviate - pull_request: - branches: - - update-weaviate env: SOURCE_BRANCH_NAME: update-weaviate-image