ci: allow GitHub Actions workflows to be manually triggered
authorVincent Fu <vincent.fu@samsung.com>
Fri, 27 Sep 2024 19:24:08 +0000 (19:24 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 27 Sep 2024 19:31:58 +0000 (19:31 +0000)
commit5fbafe84f40528151e347d01c35f41c93e70d22d
tree5a5fc130bb4d9ad0a7dd9386461195119b27111e
parente4e8520b374e7e021d289d400ade70c41681d635
ci: allow GitHub Actions workflows to be manually triggered

This patch adds a 'workflow_dispatch' trigger to our three GitHub
Actions workflows. This allows us to trigger each workflow by navigating
to the repository's Actions tab, selecting the desired workflow, and
clicking on th 'Run workflow' button.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
.github/workflows/ci.yml
.github/workflows/cifuzz.yml
.github/workflows/qemu.yml