Skip to content

chore: PR-only CI trigger + concurrency cancel - #76

Merged
meninoebom merged 1 commit into
mainfrom
chore/ci-cost-reduction
May 26, 2026
Merged

chore: PR-only CI trigger + concurrency cancel#76
meninoebom merged 1 commit into
mainfrom
chore/ci-cost-reduction

Conversation

@meninoebom

Copy link
Copy Markdown
Owner

Cross-repo GitHub Actions cost cleanup. ci.yml ran on both push: main and pull_request: main, double-billing every PR — once on the PR head, again on the squash-merge commit. The required check (where present) is satisfied by the PR run; deploys are handled separately (platform-driven on Railway/Render, or via a dedicated deploy.yml on homebase). Also adds concurrency: cancel-in-progress so rapid fixup pushes don't stack parallel runs.

Full playbook: ~/.claude/knowledge-base/github-actions-cost-control.md.

🤖 Generated with Claude Code

Drop the redundant push:main trigger and add a concurrency block.
ci ran on both push and pull_request, double-billing every PR (PR run
+ squash-merge run). The required check (where present) is satisfied
by the PR run; deploys are handled separately (platform-driven or via
a dedicated deploy.yml). Part of the cross-repo Actions cost cleanup
documented in ~/.claude/knowledge-base/github-actions-cost-control.md.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@railway-app
railway-app Bot temporarily deployed to Breadcrumbs / breadcrumbs-pr-76 May 26, 2026 06:08 Destroyed
@railway-app

railway-app Bot commented May 26, 2026

Copy link
Copy Markdown

🚅 Deployed to the breadcrumbs-pr-76 environment in Breadcrumbs

Service Status Web Updated (UTC)
Breadcrumbs Web App Server 🕒 Building (View Logs) Web May 26, 2026 at 6:08 am

@meninoebom
meninoebom merged commit 044921b into main May 26, 2026
2 of 3 checks passed
@meninoebom
meninoebom deleted the chore/ci-cost-reduction branch May 26, 2026 06:09
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