diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/unused-imports.yml | 6 |
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: |