Skip to content

Commit

Permalink
*: fix CI debug (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhebox authored Jan 11, 2023
1 parent 6dc29b9 commit 565fb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
- name: make ${{ inputs.target }}
run: make ${{ inputs.target }}
- name: "set up tmate session if necessary"
if: ${{ inputs.debug }}
if: ${{ failure() && inputs.debug }}
uses: mxschmitt/action-tmate@v3

0 comments on commit 565fb8e

Please sign in to comment.