Skip to content

chore: throttle scheduled builds to weekly - #202

Merged
mike12806 merged 1 commit into
mainfrom
copilot/review-github-workflows
Apr 25, 2026
Merged

chore: throttle scheduled builds to weekly#202
mike12806 merged 1 commit into
mainfrom
copilot/review-github-workflows

Conversation

Copilot AI commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

The publish workflow was running on a daily cron, triggering unnecessary builds and releases every 24 hours.

Change

  • publish-runner-image.yml: Changed schedule from daily to weekly (every Monday at 10:00 UTC)
- cron: '0 10 * * *'
+ cron: '0 10 * * 1'

PR and push-triggered builds are unaffected.

@mike12806
mike12806 marked this pull request as ready for review April 25, 2026 22:12
@mike12806
mike12806 enabled auto-merge (squash) April 25, 2026 22:12
@mike12806
mike12806 merged commit a82a93a into main Apr 25, 2026
9 checks passed
@mike12806
mike12806 deleted the copilot/review-github-workflows branch April 25, 2026 22:13
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.

2 participants