Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The channel action does not accept manual workflow triggers #149

Open
lucabello opened this issue Aug 12, 2024 · 0 comments
Open

The channel action does not accept manual workflow triggers #149

lucabello opened this issue Aug 12, 2024 · 0 comments
Labels

Comments

@lucabello
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant