Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build/build-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
#############################################################
- name: Run tests and verification
# Tests for operators repo are in separated workflow and this is just a redundant step
if: ${{ inputs.clusterOperatorBuild == 'true' }}
if: ${{ inputs.clusterOperatorBuild != 'true' }}
shell: bash
run: |
make java_install
Expand Down
Loading