diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-10 10:40:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 10:40:38 +0530 |
commit | 9702d66355ccf60d15e64543830e3304717a6450 (patch) | |
tree | 958ec1e9371cb4baf587ed13ba4985bad0abfaf5 /.github/workflows | |
parent | a9347037ccfd44ca506a28f1f19b4199a6a6b1cd (diff) | |
download | vyos-1x-9702d66355ccf60d15e64543830e3304717a6450.tar.gz vyos-1x-9702d66355ccf60d15e64543830e3304717a6450.zip |
T6467: add PR checks workflows for sagitta
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index aada264f7..0f0cff3ec 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - current + - equuleus - sagitta workflow_dispatch: |