Skip to content

fix(ci): remove uv cache from release workflow#33

Merged
jeremyeder merged 1 commit intoambient-code:mainfrom
jeremyeder:bugfix/release-cache-noise
Feb 16, 2026
Merged

fix(ci): remove uv cache from release workflow#33
jeremyeder merged 1 commit intoambient-code:mainfrom
jeremyeder:bugfix/release-cache-noise

Conversation

@jeremyeder
Copy link
Contributor

Summary

Removes the uv cache configuration from the release workflow. The cache causes the Post Install uv cleanup step to fail when build steps are skipped (no new release on version-bump commits), marking the entire run as failed even though the release succeeded.

The cache saved ~2s on an infrequent workflow — not worth the noise.

Test plan

  • Merge and verify the release run is green

🤖 Generated with Claude Code

The cache causes spurious failures in post-job cleanup when build
steps are skipped (no new release), marking the run as failed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jeremyeder jeremyeder merged commit fe142d3 into ambient-code:main Feb 16, 2026
1 check passed
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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