diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-06 12:53:28 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-06 12:53:43 +0200 |
commit | 4c5afe0ba7853cf3fc4626933ecde70b321e9d67 (patch) | |
tree | 8e78ddefcef4c2cde6d2f938881966d39305843a /.github/workflows/unused-imports.yml | |
parent | 2eb7f96ca2038bf37dc1d274821ca6f619489b58 (diff) | |
download | vyos-1x-4c5afe0ba7853cf3fc4626933ecde70b321e9d67.tar.gz vyos-1x-4c5afe0ba7853cf3fc4626933ecde70b321e9d67.zip |
GitHub: run unused-imports ony for current and sagitta
Diffstat (limited to '.github/workflows/unused-imports.yml')
-rw-r--r-- | .github/workflows/unused-imports.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml index d6e820ae6..da57bd270 100644 --- a/.github/workflows/unused-imports.yml +++ b/.github/workflows/unused-imports.yml @@ -1,7 +1,9 @@ name: Check for unused imports using Pylint on: pull_request_target: - types: [opened, reopened, ready_for_review, locked] + branches: + - current + - sagitta jobs: Check-Unused-Imports: |