Fix Studio p5 routing and mic preview browser smoke #803
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 Review | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| concurrency: | |
| group: liminal-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| review: | |
| runs-on: [self-hosted, macOS, ARM64] | |
| timeout-minutes: 5 | |
| steps: | |
| - name: PR Review Summary | |
| run: | | |
| echo "PR Review check — automated review not yet implemented." | |
| echo "PR Number: ${{ github.event.pull_request.number }}" | |
| echo "Branch: ${{ github.head_ref }}" |