Some checks failed
CI / Detect Changes (pull_request) Successful in 3s
CI / YouTube Worker (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Failing after 14s
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Has been skipped
Add a paths: filter to the pull_request trigger so the iOS build+deploy only fires when the PR actually touches: - tabatago-swift/** (the iOS/watchOS app source) - .github/workflows/pr-iphone-deploy.yml (this workflow itself) PRs touching only AGENTS.md, admin-web/, youtube-worker/, supabase/, docs/, or root config no longer spin up the macOS runner — no point rebuilding and deploying an unchanged .app. Including the workflow file itself in paths: ensures a PR that only edits the workflow logic still triggers it (so this branch's own PR will run to validate the changes).