summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-07-05 13:26:08 +0530
committerGitHub <noreply@github.com>2024-07-05 13:26:08 +0530
commit67f55b799c142dbf3cc1ad37f2c3fd86fc50182e (patch)
tree3a2551641e4795b85925fe86cd09d1ea8832031f /.github
parentcb62650ba7a29a33ad067f4ff0375c87613f60b5 (diff)
downloadvyos-1x-67f55b799c142dbf3cc1ad37f2c3fd86fc50182e.tar.gz
vyos-1x-67f55b799c142dbf3cc1ad37f2c3fd86fc50182e.zip
T6556: pull_request_target update in unused import
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 5c4751e6d..ad46ec452 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:
- equuleus
workflow_dispatch: