chore: plumbing upgrade 2026-08-02 #50
Workflow file for this run
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
| name: PR acceptance | |
| on: | |
| pull_request: | |
| jobs: | |
| # Build confirmation lives in the reusable build-verify workflow so it stays in sync with the | |
| # release pipeline (build_deploy.yml) — same Android matrix + iOS build for both. | |
| build-verify: | |
| uses: ./.github/workflows/build-verify.yml |