From 49763144c07bad5e6d62f174c5d885941ed80b40 Mon Sep 17 00:00:00 2001 From: "green." <41323182+greeeen-dev@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:15:23 +0100 Subject: [PATCH] Update release-no-pylint.yml --- .github/workflows/release-no-pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-no-pylint.yml b/.github/workflows/release-no-pylint.yml index 9d9ad2b2..7a14ec8f 100644 --- a/.github/workflows/release-no-pylint.yml +++ b/.github/workflows/release-no-pylint.yml @@ -50,7 +50,7 @@ jobs: create-release: name: "Create release" runs-on: ubuntu-latest - needs: [validate-input, pylint] + needs: [validate-input] steps: - uses: actions/checkout@v4 with: