Unverified 提交 ca08abdd authored 作者: wwwillchen-bot's avatar wwwillchen-bot 提交者: GitHub

ci: run deflake E2E workflow only on weekdays (#2761)

## Summary - Changed the Claude Deflake E2E workflow schedule from daily to weekdays only (Monday-Friday at 10:00 UTC) - This reduces unnecessary CI runs on weekends when less attention is paid to flaky test results ## Test plan - Verify the cron expression `0 10 * * 1-5` is valid and represents weekdays only - The workflow can still be triggered manually via `workflow_dispatch` 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2761" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> Co-authored-by: 's avatarWill Chen <willchen90@gmail.com> Co-authored-by: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
上级 f86b78bb
...@@ -2,8 +2,8 @@ name: Claude Deflake E2E ...@@ -2,8 +2,8 @@ name: Claude Deflake E2E
on: on:
schedule: schedule:
# Daily at 10:00 UTC (2 AM PST / 3 AM PDT due to DST) # Weekdays at 10:00 UTC (2 AM PST / 3 AM PDT due to DST)
- cron: "0 10 * * *" - cron: "0 10 * * 1-5"
workflow_dispatch: workflow_dispatch:
inputs: inputs:
commit_count: commit_count:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论