Skip to content

Commit

Permalink
remove CLI check if not deploying
Browse files Browse the repository at this point in the history
nitpicky fix, we don't use the CLI when not deploying - so no need to check its version

Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Oct 23, 2024
1 parent 64d7d98 commit 0745757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ jobs:
##############################

- name: Check Balena CLI installation
if: steps.should-deploy.outputs.deploy
run: |
balena --version
Expand Down

0 comments on commit 0745757

Please sign in to comment.