diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 10:22:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 10:22:40 +0530 |
commit | 16bb71472e69bf6d4938b3f479bfece6822beb8f (patch) | |
tree | 73424a402b0035c97ae47d4ebcc5316f842e7055 /.github | |
parent | 09f70283d4f0c60e448839f1bc23ed7c6719a22b (diff) | |
download | vyos-workflow-test-temp-16bb71472e69bf6d4938b3f479bfece6822beb8f.tar.gz vyos-workflow-test-temp-16bb71472e69bf6d4938b3f479bfece6822beb8f.zip |
T6637: py filter check
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 001a80f..1f2631e 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,6 +1,6 @@ name: Check for unused imports using Pylint on: - pull_request: + pull_request_target: branches: - current - sagitta |