mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
This PR fixes an issue where PR releases were not created when the test suite failed, even though the build artifacts were available. The workflow now runs whenever a PR's CI completes, regardless of success/failure, and relies on the artifact verification step to ensure the necessary build artifacts exist before proceeding. This allows developers to get PR toolchains and test against Mathlib even when the Lean test suite has failures, as long as the build jobs succeeded. 🤖 Prepared with Claude Code Co-authored-by: Claude <noreply@anthropic.com>