Skip to content

Commit

Permalink
broken workflow, failure() is a function
Browse files Browse the repository at this point in the history
  • Loading branch information
inus committed May 14, 2024
1 parent 6c097fe commit bc2f7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
pytest
- name: Setup upterm session
if: ${{ failure }}
- name: Setup lhotari ssh session
if: ${{ failure() }}
uses: lhotari/action-upterm@v1
# uses: mxschmitt/action-tmate@v3

0 comments on commit bc2f7c4

Please sign in to comment.