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:54:09 +0200 |
commit | e8168aa7171f48a8f7cd80f9419b1226c5a889e2 (patch) | |
tree | b9b66a8a6c5a207301ddfdb8033d84aaf07a195c | |
parent | 66428fb513f4a3e3c8bdc2f452fc0ac4a3d2657e (diff) | |
download | vyos-1x-e8168aa7171f48a8f7cd80f9419b1226c5a889e2.tar.gz vyos-1x-e8168aa7171f48a8f7cd80f9419b1226c5a889e2.zip |
GitHub: run unused-imports ony for current and sagitta
(cherry picked from commit 4c5afe0ba7853cf3fc4626933ecde70b321e9d67)
-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: |