summaryrefslogtreecommitdiff
path: root/.github/workflows/check-unused-imports.yml
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-06-14 17:48:34 +0530
committerChristian Breunig <christian@breunig.cc>2024-06-15 08:08:33 +0200
commit36fa614b02f8cdca7a4ffd869a231ca6eef64273 (patch)
treecba1eebcb40c7a6a8c5d9cdd4a11fa6ce88054a7 /.github/workflows/check-unused-imports.yml
parent95b62fbc35b3da0cb7e7fea0b02b3d16fa0368b3 (diff)
downloadvyos-1x-36fa614b02f8cdca7a4ffd869a231ca6eef64273.tar.gz
vyos-1x-36fa614b02f8cdca7a4ffd869a231ca6eef64273.zip
T6487: updated central workflows to use current branch
(cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737)
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r--.github/workflows/check-unused-imports.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index 324a63e90..eccabc831 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
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@sagitta
secrets: inherit