Skip to content

Conversation

@babblebey
Copy link
Member

Description

This pull request updates the schedule for the ping-qdrant.yml GitHub Actions workflow to ensure the Qdrant vector store cluster is pinged more frequently. The workflow now runs twice a week instead of once.

Workflow scheduling improvements:

  • Updated the cron schedule in .github/workflows/ping-qdrant.yml to run the workflow at 00:00 UTC on both Sundays and Wednesdays, increasing the frequency from once to twice a week.

Related Issue

NA

Screenshots/Screencasts

NA

Notes to Reviewer

NA

Updated the schedule to ping the Qdrant cluster on Sundays and Wednesdays.
@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
jargons-dev Ready Ready Preview, Comment Jan 23, 2026 3:39pm

@babblebey
Copy link
Member Author

@copilot run the format script to fix the Code Quality issue on this PR

Copy link
Contributor

Copilot AI commented Jan 23, 2026

@babblebey I've opened a new pull request, #276, to work on those changes. Once the pull request is ready, I'll request review from you.

Applied code formatting to `.github/workflows/ping-qdrant.yml` to
resolve code quality check failures.

**Changes:**
- Normalized quote style in cron schedule strings from single quotes to
double quotes per Prettier configuration
- Lines 6 and 8: `'0 0 * * 0'` → `"0 0 * * 0"` and `'0 0 * * 3'` → `"0 0
* * 3"`

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: babblebey <25631971+babblebey@users.noreply.github.com>
@babblebey babblebey merged commit f4de87e into main Jan 23, 2026
5 checks passed
@babblebey babblebey deleted the babblebey-patch-1 branch January 23, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants