Skip to content

Commit

Permalink
chore: exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Oct 20, 2023
1 parent 55d05f4 commit 62dee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-kbcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
run: |
if [[ "${{ inputs.test-type }}" == "0" ]]; then
echo "skip install"
return
exit 0
fi
file_log_install="$(date +%Y-%m-%d-%T)".log
Expand Down

0 comments on commit 62dee1c

Please sign in to comment.