You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
The channel action (which we use when releasing a charm) only accepts
push
andpull_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
.The text was updated successfully, but these errors were encountered: