yaml because of course you have to specify always

This commit is contained in:
Arya Irani 2024-02-15 10:31:20 -05:00
parent e4f1563100
commit 3421b619ff

View File

@ -449,7 +449,7 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: runner.os == 'Windows'
if: ${{ always() }} && runner.os == 'Windows'
- name: save jit binary
if: steps.jit_bin_exists.outputs.files_exists == 'false'