summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-06 11:39:27 +0530
committerGitHub <noreply@github.com>2024-08-06 11:39:27 +0530
commiteeb22cedeb7a227c476a38bc3ad9bb5efedbb499 (patch)
tree7d7bd8195ed380a4da5b6823f9861ed925b195ba
parent1e7d21622cbe367a38461165825cb6f54a0bad07 (diff)
downloadvyos-workflow-test-temp-eeb22cedeb7a227c476a38bc3ad9bb5efedbb499.tar.gz
vyos-workflow-test-temp-eeb22cedeb7a227c476a38bc3ad9bb5efedbb499.zip
T6637: test
-rw-r--r--.github/workflows/check-unused-imports.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index 1f2631e..e8aecc4 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -3,10 +3,14 @@ on:
pull_request_target:
branches:
- current
- - sagitta
+ paths:
+ - '**'
+ - '!.github/**'
+ - '!**/*.md'
workflow_dispatch:
permissions:
+ pull-requests: write
contents: read
jobs: