You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(pipeline): optimize build process and harden release conditions
- Remove redundant `cargo check` step, as `cargo clippy` inherently performs it, saving CI time.
- Remove standalone `sync-i18n` job; translation completeness is now strictly enforced as a dry-run check in the test job to fail fast if keys are missing.
- Optimize future Android builds by replacing from-source compilation of `cargo-ndk` with pre-built binaries via `cargo-binstall`.
- Harden the `create-release` job condition to safely handle optional/skipped Android builds while strictly blocking the release if the Android build is explicitly triggered and fails.
0 commit comments