Skip to content

Commit

Permalink
[ci] Allow ssh without requiring a failed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Sep 5, 2024
1 parent eb4f258 commit 68cd734
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 @@ -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
Expand Down

0 comments on commit 68cd734

Please sign in to comment.