ci: reduce Actions noise (path filters, watchdog disabled, top-query 4h)#198
Open
jravinder wants to merge 1 commit into
Open
ci: reduce Actions noise (path filters, watchdog disabled, top-query 4h)#198jravinder wants to merge 1 commit into
jravinder wants to merge 1 commit into
Conversation
…uery hourly→4h) - ci.yml: add paths-ignore for docs/LICENSE/.gitignore. - watchdog.yml: remove */10 schedule; keep workflow_dispatch only. At current traffic levels the keep-warm value didn't justify ~4,320 runs/month. Comment block updated; re-enable the cron if cold-start latency becomes a real user complaint. - run-top-query.yml: cron 0 * * * * → 0 */4 * * * (24 → 6 runs/day).
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Cuts
paths-ignore(**.md,docs/**,LICENSE,.gitignore). README/docs commits no longer fire the 3-job CI matrix.*/10 * * * *schedule; keepworkflow_dispatchonly. At current traffic the keep-warm wasn't worth ~4,320 runs/month. Re-enable the cron if cold-start latency becomes a real complaint.0 * * * *→0 */4 * * *. 24 runs/day → 6 runs/day.What still works
Part of a small cross-repo sweep to reduce GitHub Actions noise. No merge by me — your call.