From 6cedb078eacd8ead0e2d4fc0f362109e34df22c7 Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Thu, 11 Jul 2024 18:35:22 +0900 Subject: [PATCH] fixup ci --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e61a843..9f09be5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,8 +179,7 @@ jobs: - name: Setup tmate session uses: mxschmitt/action-tmate@v3 - if: matrix.package == 'python3' - #if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} + if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} with: detached: true