Skip to content

ci: stop idle release automation churn#112

Merged
github-actions[bot] merged 1 commit intomainfrom
fix/reduce-release-ci-churn
Mar 15, 2026
Merged

ci: stop idle release automation churn#112
github-actions[bot] merged 1 commit intomainfrom
fix/reduce-release-ci-churn

Conversation

@anand-testcompare
Copy link
Collaborator

@anand-testcompare anand-testcompare commented Mar 15, 2026

Summary

  • stop polling release publication every 5 minutes and publish only when the bot version-bump commit lands on main
  • stop docs, security, and workflow-only pushes from generating automated release bump PRs
  • skip staged CI and preview seeding for automated version-bump PRs so release automation does not recurse into expensive QA

Why

Recent Actions history shows the repo burning minutes while idle because cd-publish-release runs continuously on a cron, and each merged main change can also create a bot bump PR that still runs CI and preview QA.

Validation

  • ruby -e 'require "yaml"; Dir[".github/workflows/*.yml"].sort.each { |f| YAML.load_file(f) }'
  • bun x ultracite check

@vercel
Copy link

vercel bot commented Mar 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cable-intel-web Ready Ready Preview, Comment Mar 15, 2026 11:44pm

Request Review

@github-actions
Copy link
Contributor

Browser QA (agent-browser)

@github-actions github-actions bot merged commit 3e8fa68 into main Mar 15, 2026
16 checks passed
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