Skip to content

Commit 73a7b36

Browse files
committed
always run tmate if input is set
1 parent 65b8cfd commit 73a7b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121

122122
- name: Setup tmate session
123123
uses: mxschmitt/action-tmate@v3
124-
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled }}
124+
if: ${{ always() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled }}

0 commit comments

Comments
 (0)