Skip to content

fix(ci): re-run test workflows after bot Cargo.lock updates#72

Draft
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/ci-autofix-automation-cc3e
Draft

fix(ci): re-run test workflows after bot Cargo.lock updates#72
cursor[bot] wants to merge 2 commits into
mainfrom
cursor/ci-autofix-automation-cc3e

Conversation

@cursor

@cursor cursor Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Release 0.1.2 bumped librtmp2 to 0.2.1 on crates.io before that version was published, causing Tests, E2E Tests, and Update Cargo.lock to fail on push. The lockfile bot later committed a fixed Cargo.lock, but pushes from github-actions[bot] do not trigger other workflows, so main stayed red.

This change dispatches Tests, E2E Tests, and Benchmarks via workflow_dispatch after the bot successfully updates and pushes Cargo.lock.

Test plan

  • Merge and verify push-triggered CI runs green on main
  • Confirm downstream workflows are dispatched when the lockfile bot pushes an update
Open in Web View Automation 

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Pushes from github-actions[bot] do not trigger push workflows, leaving
main red after the lockfile bot recovers from a missing crates.io release.
Dispatch Tests, E2E Tests, and Benchmarks when the lockfile is updated.

Co-authored-by: Alexander Wagner <info@alexanderwagnerdev.com>
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b819ef6d-12dd-4087-a724-9af66e062d27

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/ci-autofix-automation-cc3e

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

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