Integrated: 8293338: Enable manually triggering the GitHub workflow

Guoxiong Li gli at openjdk.org
Mon Sep 5 16:07:53 UTC 2022


On Sat, 3 Sep 2022 09:56:04 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> In [8293214: Add support for Linux/LoongArch64](https://github.com/openjdk/jfx/pull/888), the contributor was suggested  to push a empty commit to trigger the GHA tests. But actually it seems not a good dev flow because the newly added commits are not related to the issue the patch want to solve.
> 
> The GitHub provides related configuration to enable the develoers to trigger the workflow manually. Please see the documents [1][2] for more detail. This patch adds such config to enable it.
> 
> Thanks for taking the time to review.
> 
> [1] https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
> [2] https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: 77f19951
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/77f19951e5931817a452b612a72c4c67c4fcc05e
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8293338: Enable manually triggering the GitHub workflow

Reviewed-by: kcr

-------------

PR: https://git.openjdk.org/jfx/pull/891


More information about the openjfx-dev mailing list