Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Dec 11, 2023
1 parent e7c8c15 commit 90fb132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ jobs:
release_binaries:
name: Release Binaries
if: |
github.event.inputs.build_latest_as_test == 'false' ||
github.event.inputs.build_latest_as_test == ''
(github.event.inputs.build_latest_as_test == 'false' ||
github.event.inputs.build_latest_as_test == '') &&
(github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '')
needs:
[
binary_build_amd64,
Expand Down

0 comments on commit 90fb132

Please sign in to comment.