diff --git a/.github/workflows/ping-qdrant.yml b/.github/workflows/ping-qdrant.yml index 199154d..4d89205 100644 --- a/.github/workflows/ping-qdrant.yml +++ b/.github/workflows/ping-qdrant.yml @@ -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: