summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-04-04 21:06:26 +0200
committerChristian Breunig <christian@breunig.cc>2024-04-04 21:07:21 +0200
commite4d6e98c6dfcf4c92e03583903288a5da834bab1 (patch)
tree7322f3ccaa90d273135b3ac1d383d395be4f8c85 /.github
parentebf587c482c5ab6603975f4414d4f0374f4ff747 (diff)
downloadvyos-1x-e4d6e98c6dfcf4c92e03583903288a5da834bab1.tar.gz
vyos-1x-e4d6e98c6dfcf4c92e03583903288a5da834bab1.zip
GitHub: fix "on" trigger for unused-imports workflow
(cherry picked from commit 44bd4c360dc032e4bde55b11423ddae0f042600e)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unused-imports.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml
index e716a9c01..d6e820ae6 100644
--- a/.github/workflows/unused-imports.yml
+++ b/.github/workflows/unused-imports.yml
@@ -1,7 +1,7 @@
name: Check for unused imports using Pylint
-on: push
- # pull_request_target:
- # types: [opened, reopened, ready_for_review, locked]
+on:
+ pull_request_target:
+ types: [opened, reopened, ready_for_review, locked]
jobs:
Check-Unused-Imports: