diff --git a/.github/workflows/build-for-pr.yml b/.github/workflows/build-for-pr.yml index 74202583043..20708a8d1c1 100644 --- a/.github/workflows/build-for-pr.yml +++ b/.github/workflows/build-for-pr.yml @@ -142,6 +142,10 @@ jobs: runs-on: macos-15 if: ${{ github.event.label.name == 'Build Apps for PR' }} steps: + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + limit-access-to-users: devinbinnie - name: ci/checkout-repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: