Skip to content

Commit 583b52f

Browse files
committed
Run tmate for sure
1 parent 67e3591 commit 583b52f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
COMMIT_MESSAGE=$(git log $BRANCH_SHA -1 --pretty=%B)
111111
echo ${COMMIT_MESSAGE}
112112
echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_ENV
113-
113+
114114
- name: Apt dependencies
115115
shell: bash
116116
run: |
@@ -167,10 +167,10 @@ jobs:
167167
168168
- name: Setup tmate debug session
169169
continue-on-error: true
170-
if: ${{ contains(env.COMMIT_MESSAGE, '[gha-debug]') }}
170+
if: ${{ failure() }}
171171
uses: mxschmitt/action-tmate@v3
172172
timeout-minutes: 10
173-
173+
174174
- name: after_success
175175
shell: bash
176176
run: |

0 commit comments

Comments
 (0)