[CI] Trim wasteful and risky workflows - #8483
Merged
Merged
Conversation
- remove benchmark_phpunit.yaml (2h cron vanity benchmark, no gate) - drop automerge from weekly_pull_requests.yaml (keep PR, require human merge) - slow poll_siblings_rebuild cron 15min -> hourly - slow tests_windows cron 3h -> daily Claude-Session: https://claude.ai/code/session_01UMmvbzh8rGXtLypa1vCW1m
…et dispatch is reliable Claude-Session: https://claude.ai/code/session_01UMmvbzh8rGXtLypa1vCW1m
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.
Cleanup after removing the Claude auto-fixer.
benchmark_phpunit.yaml- ran every 2h on 2 PHP versions writing a serial-vs-fastunit wall-time table to the step summary. No pass/fail gate, burns CI minutes.poll_siblings_rebuild.yaml- pure backstop for the sibling merged-PR dispatch. Each sibling triggers rebuilds viapull_request_target: closed, which fires reliably on merge (not suppressed by GITHUB_TOKEN), so the polling cron (hourly x 4 repos) is redundant.weekly_pull_requests.yaml- automated fix-cs / preload PRs no longer squash-merge to main without human review. PR still opens.tests_windowscron 3h -> every 6 hours.https://claude.ai/code/session_01UMmvbzh8rGXtLypa1vCW1m