diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-07 12:54:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 12:54:57 +0530 |
commit | 5b2436fbec8e5279c8b27c03819b1607c1eca0af (patch) | |
tree | 9d1b95e1013dacbf89005bcdeb27f012b192397e | |
parent | a352439096a20ad3d4787aa9e546032ebf428116 (diff) | |
parent | b9296a6c430928178320e269fc253734454e791e (diff) | |
download | vyos-1x-5b2436fbec8e5279c8b27c03819b1607c1eca0af.tar.gz vyos-1x-5b2436fbec8e5279c8b27c03819b1607c1eca0af.zip |
Merge pull request #3419 from vyos/feature/add-codeql-check
feat: added codeql caller workflow - workflow dispatch
-rw-r--r-- | .github/workflows/codeql-caller.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql-caller.yml b/.github/workflows/codeql-caller.yml index 81ec131fe..5b2ee4d8e 100644 --- a/.github/workflows/codeql-caller.yml +++ b/.github/workflows/codeql-caller.yml @@ -12,6 +12,7 @@ name: "Call CodeQL Analysis" on: + workflow_dispatch: push: branches: [ "current", crux, equuleus ] pull_request: |