We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b8cfd commit 73a7b36Copy full SHA for 73a7b36
.github/workflows/integration_tests.yml
@@ -121,4 +121,4 @@ jobs:
121
122
- name: Setup tmate session
123
uses: mxschmitt/action-tmate@v3
124
- if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled }}
+ if: ${{ always() && github.event_name == 'workflow_dispatch' && inputs.tmate_enabled }}
0 commit comments