Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Temporarily enable debug for all xcode builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Oct 1, 2024
1 parent da534ff commit 294d834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 294d834

Please sign in to comment.