diff options
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 324a63e9..8bf1e5de 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -2,9 +2,7 @@ name: Check for unused imports using Pylint on: pull_request: branches: - - current - - sagitta - - equuleus + - circinus workflow_dispatch: permissions: @@ -12,5 +10,5 @@ permissions: jobs: check-unused-imports: - uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/check-unused-imports.yml@circinus secrets: inherit |