From 658cb570d7b99756d3a5b75876abeb1d27733d84 Mon Sep 17 00:00:00 2001 From: Andras Aranyi Date: Tue, 11 Jun 2024 14:43:00 +0400 Subject: [PATCH] ci: disable commit linting (temporarily) --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 371976f1cb0..ac98ac1b1f2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,9 +63,9 @@ jobs: with: cache: false go-version-file: go.mod - - name: Commit linting - if: github.ref != 'refs/heads/master' - uses: wagoid/commitlint-github-action@v5 +# - name: Commit linting +# if: github.ref != 'refs/heads/master' +# uses: wagoid/commitlint-github-action@v5 - name: GolangCI-Lint uses: golangci/golangci-lint-action@v4 with: