From c5498212a0ce455775c9042c5b15deed385daa12 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:26:30 +0000 Subject: [PATCH 1/2] Initial plan From 854d8367862c213cf1f71ace371f0799419b8fe8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:28:20 +0000 Subject: [PATCH 2/2] chore: run format script to fix code quality Co-authored-by: babblebey <25631971+babblebey@users.noreply.github.com> --- .github/workflows/ping-qdrant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: