Skip to content

Commit

Permalink
Run tmate for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 27, 2025
1 parent 67e3591 commit 583b52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
COMMIT_MESSAGE=$(git log $BRANCH_SHA -1 --pretty=%B)
echo ${COMMIT_MESSAGE}
echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_ENV
- name: Apt dependencies
shell: bash
run: |
Expand Down Expand Up @@ -167,10 +167,10 @@ jobs:
- name: Setup tmate debug session
continue-on-error: true
if: ${{ contains(env.COMMIT_MESSAGE, '[gha-debug]') }}
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 10

- name: after_success
shell: bash
run: |
Expand Down

0 comments on commit 583b52f

Please sign in to comment.