-
Notifications
You must be signed in to change notification settings - Fork 352
Reschedule Daily Documentation Updater to ~2am PST and disable CI Cleaner schedule #26058
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
Changes from all commits
be47641
b531ce3
109fc4e
e4560f4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,8 +3,8 @@ name: Daily Documentation Updater | |||||
| description: Automatically reviews and updates documentation to ensure accuracy and completeness | ||||||
| on: | ||||||
| schedule: | ||||||
| # Every day at 6am UTC | ||||||
| - cron: daily | ||||||
| # Every day around 2am PST (10:00 UTC) | ||||||
|
||||||
| # Every day around 2am PST (10:00 UTC) | |
| # Every day around 10:00 UTC |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,8 +1,6 @@ | ||||||
| --- | ||||||
| description: CI cleaner that fixes format, lint, and test issues when CI fails on main branch. Runs twice daily (6am, 6pm UTC) to optimize token spend. Includes early exit when CI is passing to prevent unnecessary token consumption. | ||||||
| description: CI cleaner that fixes format, lint, and test issues when CI fails on main branch. Schedule disabled (issue #26015); use workflow_dispatch to trigger manually. | ||||||
|
||||||
| description: CI cleaner that fixes format, lint, and test issues when CI fails on main branch. Schedule disabled (issue #26015); use workflow_dispatch to trigger manually. | |
| description: "CI cleaner that fixes format, lint, and test issues when CI fails on main branch. Schedule disabled (issue #26015); use workflow_dispatch to trigger manually." |
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.
@copilot keep it daily around 2am PST
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.
Restored the daily schedule moved to ~2am PST using
cron: daily around 10:00— compiles to33 10 * * *(10:33 UTC). This avoids the 20:xx UTC rate limit contention window that was causing failures. See commit e4560f4.