diff options
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 324a63e9..e5e49e20 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -2,8 +2,6 @@ name: Check for unused imports using Pylint on: pull_request: branches: - - current - - sagitta - equuleus workflow_dispatch: @@ -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@equuleus secrets: inherit |