operator-framework / combo

Apache License 2.0
8 stars 15 forks source link

.github/workflows: Enable workflow_dispatch events #36

Closed timflannagan closed 2 years ago

timflannagan commented 2 years ago

Update the existing set of CI-related workflows and enable the workflow_dispatch functionality in order to have a first-class way of triggering a workflow manually without having to entertain previous workarounds, like opening a PR with an empty commit.

Signed-off-by: timflannagan timflannagan@gmail.com

timflannagan commented 2 years ago

I somehow missed this when this functionality was added - check https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/ for more information.

timflannagan commented 2 years ago

Just testing this out here before adding it to OLM.


Here's the current UI without this event trigger added:

Screenshot from 2021-11-17 12-30-20

Here's a screenshot when I was playing around with it my fork:

Screenshot from 2021-11-17 12-29-27