summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-07-05 17:04:50 +0530
committerGitHub <noreply@github.com>2024-07-05 14:34:50 +0300
commit24f7003f58a21f653adaf7daba1779d37069adbc (patch)
treec7e0fe115666a8b1d3fc9b22286eddc2e8aaf343 /.github
parent262dd9a972260dfab340367cbb40ba064bb2a1aa (diff)
downloadvyos-1x-24f7003f58a21f653adaf7daba1779d37069adbc.tar.gz
vyos-1x-24f7003f58a21f653adaf7daba1779d37069adbc.zip
T6556: pull_request_target update in unused import (#3792)
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 2d868095c..3f6e8757e 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
workflow_dispatch: