Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Mar 18, 2024
1 parent a0e840d commit f5eff51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
grep "<FATAL>:" /var/log/juicefs.log || true
- name: Setup upterm session
# if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
if: failure()
if: failure() && (github.event.inputs.debug == 'true' || github.run_attempt != 1)
# if: failure()
timeout-minutes: 60
uses: lhotari/action-upterm@v1

Expand Down

0 comments on commit f5eff51

Please sign in to comment.