From b4ecd8d9ee0074f3b077b59a17e388e21cf9e70a Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Thu, 14 Nov 2024 10:38:16 -0600 Subject: [PATCH] Temporarily disable linting from blocking Signed-off-by: Andre Kurait --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a5e2d9bfd..eca0a3e08 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -242,7 +242,8 @@ jobs: - link-checker - node-tests - python-e2e-tests - - python-lint +# Temp disable linting from blocking +# - python-lint - style-check if: always() runs-on: ubuntu-latest