From b67786df8067deb34f66e8a5c2bba66745b8445e Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:30:50 +0530 Subject: T6637: py files filter added for unused import check --- .github/workflows/check-unused-imports.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 76bba94be..9fca5add6 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,13 +1,8 @@ name: Check for unused imports using Pylint on: - pull_request_target: + pull_request: branches: - current - paths: - - '**' - - '!.github/**' - - '!**/*.md' - workflow_dispatch: permissions: pull-requests: write -- cgit v1.2.3