[fix] Fix/oc2ov test stability#1669
Conversation
- oc2ov_test.yml: 定时任务改为一天两次(10:00/18:00北京时间),超时改为100分钟 - api_test_effect.yml: 已有限制只有主仓库运行定时任务 - TestMemoryRead: 查询措辞优化+关键词容错,兼容旧记忆文件残留
Change workflow job conditions from exclusion-based to inclusion-based: - oc2ov_test.yml: only workflow_dispatch or main repo can run - api_test_effect.yml: only workflow_dispatch or main repo can run - api_test.yml: only workflow_dispatch, pull_request, or main repo can run This prevents fork repos from triggering resource-consuming scheduled and release workflows while still allowing manual dispatch and PRs.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Description
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes