diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 651ef04bc..93d83d8ae 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -44,4 +44,5 @@ jobs: VALIDATE_PYTHON: true VALIDATE_BASH: true FILTER_REGEX_EXCLUDE: "/helm-charts/charts/community-operator/templates/*" - VALIDATE_GO: true \ No newline at end of file + VALIDATE_GO: true + VALIDATE_GO_RELEASER: false \ No newline at end of file