Skip to content

Commit

Permalink
Only run ssh debugger if runner is in debug mode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Dec 16, 2024
1 parent 76e6056 commit 430f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/do_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: ${{env.WLB_SCRIPT_FOLDER}}/vs_msys_shell_launch.ps1 "${{env.WLB_SCRIPT_FOLDER}}/${{env.SCRIPT}}"

- name: Debug Session
if: ${{ failure() && (vars.DEBUG_FAIL == '1') }}
if: ${{ failure() && (vars.DEBUG_FAIL == '1') && (vars.ACTIONS_RUNNER_DEBUG == true) }}
run: ${{env.WLB_SCRIPT_FOLDER}}/.github/debug_ssh_start.ps1

- uses: actions/[email protected]
Expand Down

0 comments on commit 430f251

Please sign in to comment.