diff --git a/.github/workflows/sterile-build-and-test.yml b/.github/workflows/sterile-build-and-test.yml index 868ba1e4..8eb4d12c 100644 --- a/.github/workflows/sterile-build-and-test.yml +++ b/.github/workflows/sterile-build-and-test.yml @@ -79,7 +79,7 @@ jobs: compression-level: '0' - name: Setup tmate session for debug - if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} + if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 timeout-minutes: 30 with: