Skip to content

Commit

Permalink
ci: try sshx
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 3, 2023
1 parent f324fc0 commit 4b6c7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- run: make kubes-prefect
- run: make deploy
- run: make run
- name: Start tmate session if failure
- name: Start tmate session on failed manual attempt
if: ${{ failure() && (github.event_name == 'workflow_dispatch' || github.run_attempt > 1) }}
uses: mxschmitt/action-tmate@v3
run: curl -sSf https://sshx.io/get | sh && sshx

0 comments on commit 4b6c7c9

Please sign in to comment.