Skip to content

Commit 4012447

Browse files
authored
Update ci.yml
1 parent 30ba978 commit 4012447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
version: ${{ fromJSON(github.event.inputs.versions)[0] }}
124124
cache: false
125125
- name: Setup tmate session
126-
if: ${{ contains(github.event.inputs.extra_tests, 'tmate-after') }}
126+
if: failure() || ${{ contains(github.event.inputs.extra_tests, 'tmate-after') }}
127127
uses: mxschmitt/[email protected]
128128
with:
129129
limit-access-to-actor: true

0 commit comments

Comments
 (0)