-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
feat(orama): allow manual syncing #8210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Aviv Keller <me@aviv.sh>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Enable manual runs for the Orama Cloud sync workflow in addition to automatic runs on main.
- Add workflow_dispatch trigger to allow manual execution from the Actions tab
- Keep existing push trigger to main unchanged
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8210 +/- ##
==========================================
- Coverage 76.64% 76.63% -0.02%
==========================================
Files 115 115
Lines 9618 9618
Branches 322 322
==========================================
- Hits 7372 7371 -1
- Misses 2245 2246 +1
Partials 1 1 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
just what is the use case of that ? |
To allow deploying Orama from non-default branches to test credentials, etc |
I'm fast tracking this so I can test the new Orama |
No description provided.