Skip to content

Commit

Permalink
test workflow by running it on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 26, 2024
1 parent c388a17 commit 3933be7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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

Expand Down

0 comments on commit 3933be7

Please sign in to comment.