]> git.ipfire.org Git - thirdparty/suricata.git/commit
github-ci: add workflow_dispatch
authorJason Ish <jason.ish@oisf.net>
Fri, 12 May 2023 15:41:27 +0000 (09:41 -0600)
committerVictor Julien <vjulien@oisf.net>
Fri, 2 Jun 2023 09:20:38 +0000 (11:20 +0200)
commitf8c54bc7a4f4dfe85494ab5e648b80ac5ac97723
tree791622d5832c7ca81ada113465cef2841157659b
parent5b160d274c4523a5454c1f5f4be932219405e452
github-ci: add workflow_dispatch

A workflow dispatch allows us to manually a trigger a workflow with
arguments. This dispatch allows us to use the "gh" cli command to
trigger a workflow run with our libhtp/su/sv branch and repo variables
set. For example:

  gh run builds.yml -f SV_REPO=jasonish/suricata-verify -f SV_BRANCH=pr/10
.github/workflows/builds.yml