diff options
author | vijayakumar-ayyavoo_tmna <vijayakumar.ayyavoo@toyota.com> | 2024-05-07 12:53:09 +0530 |
---|---|---|
committer | vijayakumar-ayyavoo_tmna <vijayakumar.ayyavoo@toyota.com> | 2024-05-07 12:53:09 +0530 |
commit | b9296a6c430928178320e269fc253734454e791e (patch) | |
tree | 9d1b95e1013dacbf89005bcdeb27f012b192397e | |
parent | 807784173a8b582e82741ea1a130834c6146a7f1 (diff) | |
download | vyos-1x-b9296a6c430928178320e269fc253734454e791e.tar.gz vyos-1x-b9296a6c430928178320e269fc253734454e791e.zip |
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: |