summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-07-05 14:02:20 +0530
committerGitHub <noreply@github.com>2024-07-05 14:02:20 +0530
commitcdddad3ddd49d2d7e48f7e68f339640404991242 (patch)
treeb86da5600965dce20246f8387dfee436374ab501 /.github
parent4a323118538bbf0bd4a55c8866e2db911fa09469 (diff)
downloadvyos-1x-cdddad3ddd49d2d7e48f7e68f339640404991242.tar.gz
vyos-1x-cdddad3ddd49d2d7e48f7e68f339640404991242.zip
T6556: pull_request_target update in unused import - circinus
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-unused-imports.yml2
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: