diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48403fb4e..9b0db4f9f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,18 +39,6 @@ jobs: - name: Print out the modules to be used run: echo "${{ steps.set-modified-modules.outputs.modules }}[*]" - lint: - needs: detect-modules - strategy: - matrix: - module: ${{ fromJSON(needs.detect-modules.outputs.modules) }} - uses: ./.github/workflows/ci-lint-go.yml - with: - fail-fast: true - project-directory: "${{ matrix.module }}" - rootless-docker: false - ryuk-disabled: false - test: needs: - lint