Skip to content

Commit

Permalink
always tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent c53ae9b commit 7047942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: mxschmitt/action-tmate@v3
with:
detached: true
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: mxschmitt/action-tmate@v3
with:
detached: true
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7047942

Please sign in to comment.