Skip to content

ci: reduce Actions noise (path filters, watchdog disabled, top-query 4h)#198

Open
jravinder wants to merge 1 commit into
mainfrom
chore/reduce-actions
Open

ci: reduce Actions noise (path filters, watchdog disabled, top-query 4h)#198
jravinder wants to merge 1 commit into
mainfrom
chore/reduce-actions

Conversation

@jravinder

Copy link
Copy Markdown
Collaborator

Cuts

  • ci.yml — add paths-ignore (**.md, docs/**, LICENSE, .gitignore). README/docs commits no longer fire the 3-job CI matrix.
  • watchdog.yml — drop */10 * * * * schedule; keep workflow_dispatch only. 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.
  • run-top-query.yml0 * * * *0 */4 * * *. 24 runs/day → 6 runs/day.

What still works

  • All three workflows still validate (yaml.safe_load).
  • Code-path coverage unchanged: any source change still triggers CI.
  • Watchdog can still be fired manually from the Actions tab.

Part of a small cross-repo sweep to reduce GitHub Actions noise. No merge by me — your call.

…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).
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant