diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-05 14:02:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 14:02:20 +0530 |
commit | cdddad3ddd49d2d7e48f7e68f339640404991242 (patch) | |
tree | b86da5600965dce20246f8387dfee436374ab501 /.github/workflows | |
parent | 4a323118538bbf0bd4a55c8866e2db911fa09469 (diff) | |
download | vyos-1x-cdddad3ddd49d2d7e48f7e68f339640404991242.tar.gz vyos-1x-cdddad3ddd49d2d7e48f7e68f339640404991242.zip |
T6556: pull_request_target update in unused import - circinus
Diffstat (limited to '.github/workflows')
-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 05fd5afdf..29f7426ce 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: - circinus workflow_dispatch: |