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 30ba978 commit 4012447Copy full SHA for 4012447
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
version: ${{ fromJSON(github.event.inputs.versions)[0] }}
124
cache: false
125
- name: Setup tmate session
126
- if: ${{ contains(github.event.inputs.extra_tests, 'tmate-after') }}
+ if: failure() || ${{ contains(github.event.inputs.extra_tests, 'tmate-after') }}
127
uses: mxschmitt/[email protected]
128
with:
129
limit-access-to-actor: true
0 commit comments