diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 10:21:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 10:21:44 +0530 |
commit | d952179883ed8863cdc548361b5cb05b78dd57d4 (patch) | |
tree | 73424a402b0035c97ae47d4ebcc5316f842e7055 | |
parent | 09f70283d4f0c60e448839f1bc23ed7c6719a22b (diff) | |
download | vyos-workflow-test-temp-d952179883ed8863cdc548361b5cb05b78dd57d4.tar.gz vyos-workflow-test-temp-d952179883ed8863cdc548361b5cb05b78dd57d4.zip |
T6637: py filtes filter check
-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 |