Skip to content

Fix Studio p5 routing and mic preview browser smoke #803

Fix Studio p5 routing and mic preview browser smoke

Fix Studio p5 routing and mic preview browser smoke #803

Workflow file for this run

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 }}"