Skip to content

Commit

Permalink
Switch tmate back to if failure
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 11, 2024
1 parent 2ed42f1 commit 9fed804
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 @@ -317,7 +317,7 @@ jobs:
continue-on-error: true

- name: Setup tmate session
if: runner.os == 'macOS'
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Upload
Expand Down

0 comments on commit 9fed804

Please sign in to comment.