diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index 0f83110..7b2147b 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -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 @@ -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