- PR CI only runs the web checks.
- Rust/Tauri compile-check is local-only for now because the Linux dependency setup on GitHub Actions is too slow for routine PR validation.
- Before pushing any change under
packages/desktop/**orpackages/desktop/src-tauri/**, run:pnpm --filter @openconcho/desktop cargo-check
make ci-web— matches current PR CIpnpm --filter @openconcho/desktop cargo-check— local desktop compile check