summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check-unused-imports.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index ec6e835dc..15b34a30f 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -1,13 +1,17 @@
name: Check for unused imports using Pylint
on:
- pull_request_target:
+ pull_request:
branches:
+<<<<<<< HEAD
- sagitta
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:
+=======
+ - current
+>>>>>>> b67786df8 (T6637: py files filter added for unused import check)
permissions:
pull-requests: write