Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ping-qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Ping Vector Store (Qdrant) Cluster
on:
schedule:
# Run at 00:00 UTC on Sunday
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"
# Run at 00:00 UTC on Wednesday (approx. 3 days later)
- cron: '0 0 * * 3'
- cron: "0 0 * * 3"

# Allow manual triggering for testing
workflow_dispatch:
Expand Down