Skip to content

Commit

Permalink
Only run tmate on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 23, 2024
1 parent de4e143 commit 68add31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build/avogadroapp

- name: Setup tmate session
if: matrix.config.os == 'windows-latest'
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Cleanup
Expand Down

0 comments on commit 68add31

Please sign in to comment.