Enhancement Proposal
The channel action (which we use when releasing a charm) only accepts push and pull_request events. However, the action should also support manual runs of a release workflow (e.g., in case CI fails and you need to trigger a new run).
The code section where the event type is selected is here, and the new event type to accept is workflow_dispatch.
Enhancement Proposal
The channel action (which we use when releasing a charm) only accepts
pushandpull_requestevents. However, the action should also support manual runs of a release workflow (e.g., in case CI fails and you need to trigger a new run).The code section where the event type is selected is here, and the new event type to accept is
workflow_dispatch.