diff --git a/.github/workflows/regenerate-operator-bundles.yml b/.github/workflows/regenerate-operator-bundles.yml index ce18672ac..067d57814 100644 --- a/.github/workflows/regenerate-operator-bundles.yml +++ b/.github/workflows/regenerate-operator-bundles.yml @@ -33,11 +33,12 @@ jobs: with: python-version: ${{ matrix.python-version }} + # TODO: Re-enable linting bundle after squads address CSV issues. # Runs a set of commands using the runners shell - - name: Lint Operator Bundles - id: lint_bundle - run: | - make lint-operator-bundles + # - name: Lint Operator Bundles + # id: lint_bundle + # run: | + # make lint-operator-bundles # Runs a set of commands using the runners shell - name: Regenerate Operator Bundles