Skip to content

Conversation

@huitseeker
Copy link
Contributor

The MSRV check now only runs on push to main/next (in publish-dry-run.yml) and when publishing a release (in publish-main.yml), rather than on every PR.

This makes PR CI faster and less resource-intensive. Any MSRV issues will still be caught before publication, and can be fixed locally using scripts/check-msrv.sh.

See also:

The MSRV check now only runs on push to main/next (in publish-dry-run.yml)
and when publishing a release (in publish-main.yml), rather than on every PR.

This makes PR CI faster and less resource-intensive. Any MSRV issues will
still be caught before publication, and can be fixed locally using
scripts/check-msrv.sh.

Changes:
- Delete .github/workflows/msrv.yml
- Add cleanup-runner action for freeing disk space
- Add MSRV check steps to publish-dry-run.yml
- Add MSRV check steps to publish-main.yml

See also:
- 0xMiden/miden-base#2233
- 0xMiden/miden-vm#2468
- 0xMiden/miden-vm#2460
@huitseeker huitseeker added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Jan 13, 2026
@huitseeker huitseeker marked this pull request as ready for review January 13, 2026 09:31
Copy link
Contributor

@mmagician mmagician left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@Mirko-von-Leipzig Mirko-von-Leipzig merged commit 50680fe into next Jan 13, 2026
18 of 19 checks passed
@Mirko-von-Leipzig Mirko-von-Leipzig deleted the huitseeker/ci-msrv-to-release branch January 13, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants