Skip to content

Commit

Permalink
don't run tmate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent 82ddf51 commit c54bc9d
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 }}
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
Expand Down Expand Up @@ -95,7 +95,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 c54bc9d

Please sign in to comment.