From a15f95c9cc0f09710432bcbc282a489b053c3cb4 Mon Sep 17 00:00:00 2001 From: Tom Herold Date: Mon, 28 Oct 2024 14:34:41 +0100 Subject: [PATCH] enable ssh debug --- .github/workflows/build_test_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index d1a9acf4b75..9071aa8645c 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -64,6 +64,10 @@ jobs: ports: - 5432:5432 steps: + # Enable tmate debugging of manually-triggered workflows if the input option was provided + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - name: Checkout code uses: actions/checkout@v3 with: