From 68cd73416b8d0fba2a6a0d942ff5bf71a239b6cb Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 2 Sep 2024 19:07:28 +0000 Subject: [PATCH] [ci] Allow ssh without requiring a failed build. --- .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 e13068ce3..04a2ecec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -911,7 +911,7 @@ jobs: cat obj/CMakeCache.txt cat obj/CMakeFiles/*.log - name: Setup tmate session - if: ${{ failure() && runner.debug }} + if: ${{ runner.debug }} uses: mxschmitt/action-tmate@v3 # When debugging increase to a suitable value! timeout-minutes: 30