diff --git a/.github/workflows/xcode-build.yml b/.github/workflows/xcode-build.yml index a2b9a318..3e5141ec 100644 --- a/.github/workflows/xcode-build.yml +++ b/.github/workflows/xcode-build.yml @@ -61,9 +61,9 @@ jobs: bin/ci_is_production - name: Setup tmate session - if: "${{ github.event.inputs.debug == 'true' }}" + # if: "${{ github.event.inputs.debug == 'true' }}" uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 + timeout-minutes: 60 with: limit-access-to-actor: true