chore(ci): pause failing mobile-shell-typecheck while Phase 12 on hold#186
Merged
Conversation
…mobile on hold The mobile shell doesn't currently compile (Phase 12 paused), so cargo-check was failing on every push to main + every mobile/workflow PR — wasted CI and red-X noise. Reduced to workflow_dispatch only; push/pull_request triggers commented out for easy re-enable when mobile resumes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #184 (Actions cost).
mobile-shell-typecheckcargo-check has been red on main every run since 2026-05-28 — the mobile Tauri shell doesn't compile while Phase 12 is paused, so it's pure wasted CI + a permanent red X on mobile/workflow-touching commits.Reduced to
workflow_dispatchonly (manual). Thepush/pull_requesttriggers are commented out (not deleted) for trivial re-enable when mobile work resumes — see docs/phase-12-pause-state.md. cargo-check job itself is unchanged.🤖 Generated with Claude Code