Skip to content

Commit d3f1f07

Browse files
committed
fix function
1 parent e59e74b commit d3f1f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
go-version-file: 'go.mod'
9393

9494
- name: bundle
95-
if: never()
95+
if: true == false
9696
run: |
9797
sudo curl -Lo /usr/local/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/${OPERATOR_SDK_VERSION}/operator-sdk_linux_amd64
9898
sudo chmod a+x /usr/local/bin/operator-sdk

0 commit comments

Comments
 (0)