From 59fa6d83aeac6c2d08d4220221e752208c5e6825 Mon Sep 17 00:00:00 2001 From: PrathyushaLakkireddy Date: Tue, 17 Sep 2024 14:42:10 +0530 Subject: [PATCH] update lint --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5a4a6e2..0a8bd22 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,9 +12,9 @@ on: permissions: contents: read -concurrency: - group: ci-${{ github.ref }}-lint - cancel-in-progress: true +# concurrency: +# group: ci-${{ github.ref }}-lint +# # cancel-in-progress: true jobs: golangci: