Skip to content

Commit

Permalink
Add tmate again
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Dec 16, 2024
1 parent 3737ec5 commit 652bab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ jobs:
CI_TRIGGER: ${{ github.event_name }}
CI_BRANCH: ${{ github.ref }}

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: Send failure mail to dynamorio-devs
if: failure() && github.ref == 'refs/heads/master'
uses: dawidd6/action-send-mail@v2
Expand Down

0 comments on commit 652bab0

Please sign in to comment.