From 23bbfdc986a9d3dd6dbb977e13fec840c8b4c7c0 Mon Sep 17 00:00:00 2001 From: kchristin Date: Fri, 22 Nov 2024 01:39:26 +0200 Subject: [PATCH] Enable tmate on failure --- .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 c0acad7cd..99c49953f 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: ${{ !cancelled() }} + if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 # When debugging increase to a suitable value! timeout-minutes: 30