Skip to content

Commit

Permalink
[ci] Always run the tmate if debug is requested.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Sep 16, 2024
1 parent 03b35a1 commit 3f80bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ jobs:
cat obj/CMakeCache.txt
cat obj/CMakeFiles/*.log
- name: Setup tmate session
if: ${{ runner.debug }}
if: ${{ always() && runner.debug }}
uses: mxschmitt/action-tmate@v3
# When debugging increase to a suitable value!
timeout-minutes: 30
Expand Down

0 comments on commit 3f80bc2

Please sign in to comment.