From fe11e45af372df2f43f6daeb21b03ad5d17ad530 Mon Sep 17 00:00:00 2001 From: kchristin Date: Fri, 22 Nov 2024 00:35:59 +0200 Subject: [PATCH] Enable setup tmate when on debug mode, regardless of whether the runner succeeded --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12157e756..e3880173e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -933,7 +933,7 @@ jobs: cat obj/CMakeCache.txt cat obj/CMakeFiles/*.log - name: Setup tmate session - if: ${{ runner.debug }} + if: ${{ !cancelled() && runner.debug }} uses: mxschmitt/action-tmate@v3 # When debugging increase to a suitable value! timeout-minutes: 30