ci(workflows): tune agentic workflow schedules#768
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jamesadevine
May 27, 2026 08:37
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tune agentic workflow schedules to match observed workload instead of current cadence. This cuts down no-op churn from workflows that are repeatedly blocked on open PRs/issues or consistently finding no actionable work.
Reduce frequency for low-yield maintenance workflows
docs-writer: every 4 hours → dailydoc-freshness-check: every 4 hours → dailyclippy-fixer: every 4h → dailybash-lint-auditor: daily → weekly on monday around 09:00cyclomatic-complexity-reducer: daily → weekly on tuesdaytest-gap-finder: daily on weekdays → weekly on wednesdaytest-reducer: every 12h → weekly on thursdaySlow dependency churn slightly
update-awf-version: daily → every 2 daysLeave backlog-aware / higher-signal workflows unchanged
frontmatter-alignerred-team-securityRegenerate compiled workflow outputs
.lock.ymlfiles withgh awso the checked-in generated workflows stay aligned with the updated front matter.Test plan
cargo buildcargo testcargo clippy --all-targets --all-featuresparallel_validation(Code Review + CodeQL)