Skip to content

ci: weekly openclaw compat check (was daily)#7

Open
scottconverse wants to merge 1 commit into
mainfrom
ci/budget-fixes-2026-05-13
Open

ci: weekly openclaw compat check (was daily)#7
scottconverse wants to merge 1 commit into
mainfrom
ci/budget-fixes-2026-05-13

Conversation

@scottconverse
Copy link
Copy Markdown
Owner

Summary

Daily OpenClaw Compatibility cron was burning ~150–250 Linux-equiv min/month. Account hit the 2,000 free-tier Actions cap for May 2026. Upstream openclaw doesn't ship multiple times a day; weekly Monday 06:00 UTC catches dep-bump breakage with usable lag.

Also adds concurrency: cancel-in-progress: true so a manual workflow_dispatch doesn't stack on top of a running scheduled run.

workflow_dispatch still available for on-demand checks when investigating a specific upstream change.

Estimated savings

~150–250 Linux-equiv min/mo.

🤖 Generated with Claude Code

Daily cron was burning ~150-250 Linux-equiv min/month against
scottconverse's 2,000-min free Actions tier (exhausted for May 2026).
Upstream openclaw doesn't ship multiple times a day; weekly Monday
06:00 UTC is enough to catch dep-bump breakage with usable lag.
workflow_dispatch still available for on-demand checks.

Also adds concurrency cancel-in-progress so manual dispatches don't
stack on top of the scheduled run.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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