diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e5417e0d32..c212ee43dc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -138,8 +138,6 @@ jobs: run: | make go-mod-vendor make codegen - make manifests - make docs - name: Ensure nothing changed run: git diff --exit-code