Skip to content

Commit dcae8cc

Browse files
authored
Reschedule Daily Documentation Updater to ~2am PST and disable CI Cleaner schedule (#26058)
1 parent 716ddce commit dcae8cc

File tree

4 files changed

+33
-39
lines changed

4 files changed

+33
-39
lines changed

.github/workflows/daily-doc-updater.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-doc-updater.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Daily Documentation Updater
33
description: Automatically reviews and updates documentation to ensure accuracy and completeness
44
on:
55
schedule:
6-
# Every day at 6am UTC
7-
- cron: daily
6+
# Every day around 2am PST (10:00 UTC)
7+
- cron: daily around 10:00
88
workflow_dispatch:
99

1010
permissions:

.github/workflows/hourly-ci-cleaner.lock.yml

Lines changed: 15 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/hourly-ci-cleaner.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
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.
2+
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.
33
on:
4-
schedule:
5-
- cron: '15 6,18 * * *' # Twice daily (~6am, ~6pm UTC, offset to avoid thundering herd)
64
workflow_dispatch:
75
permissions:
86
contents: read

0 commit comments

Comments
 (0)