Skip to content

Commit

Permalink
test the workflow in the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 26, 2024
1 parent 5bbcf42 commit 6870403
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Update Weaviate Server Image

on:
on:
push:
branches:
- weaviate-server
pull_request:
branches:
- weaviate-server
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # Every Monday at 00:00 UTC
Expand Down

0 comments on commit 6870403

Please sign in to comment.