diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-06 11:41:42 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 11:41:42 +0530 |
| commit | c267c95ac7118a8f7e8a8a5242c36767cbf907f6 (patch) | |
| tree | 6dba2e7930d49a839561d51a2eb6b1bcb71a1fd4 | |
| parent | eeb22cedeb7a227c476a38bc3ad9bb5efedbb499 (diff) | |
| download | vyos-workflow-test-temp-c267c95ac7118a8f7e8a8a5242c36767cbf907f6.tar.gz vyos-workflow-test-temp-c267c95ac7118a8f7e8a8a5242c36767cbf907f6.zip | |
T6637: test
| -rw-r--r-- | .github/workflows/check-unused-imports.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index e8aecc4..ddd7e10 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,6 +1,6 @@ name: Check for unused imports using Pylint on: - pull_request_target: + pull_request: branches: - current paths: |
