Skip to content

fix(release): guard bundle jobs against transitive skip - #14

Merged
senamakel merged 1 commit into
mainfrom
tinywallet-release-guard
Aug 11, 2026
Merged

fix(release): guard bundle jobs against transitive skip#14
senamakel merged 1 commit into
mainfrom
tinywallet-release-guard

Conversation

@senamakel

Copy link
Copy Markdown
Member

Follow-up to #13. The artifact-only re-cut ran Resolve release target to success and then skipped Module bundle and Create GitHub release anyway.

Cause: GitHub propagates a skip transitively. publish is skipped on the existing_tag path, and although native-bundles depends only on release-target — which succeeded — the skipped ancestor still skips it. A job needs its own always() to opt out of that, which release-target had and its dependents did not.

Both downstream jobs now carry always() plus an explicit result check, so the guard is the success condition rather than the absence of a skip.

Co-authored-by: Medulla <medulla@tinyhumans.ai>
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@senamakel, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 44 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 709e3dee-b97c-4c8e-9a37-78f9776480ac

📥 Commits

Reviewing files that changed from the base of the PR and between 481d975 and d56beeb.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@senamakel
senamakel merged commit f82edab into main Aug 11, 2026
11 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