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

Make channel support workflow_dispatch #109

Open
simskij opened this issue Dec 1, 2023 · 0 comments
Open

Make channel support workflow_dispatch #109

simskij opened this issue Dec 1, 2023 · 0 comments
Labels

Comments

@simskij
Copy link
Member

simskij commented Dec 1, 2023

Enhancement Proposal

Sometimes you want to release a charm without having to push a commit. Currently, this would fail if you depend on the channels action, as it's inspecting the event for certain characteristics. There are two options to solving this:

  1. Make the action aware of workflow_dispatch events and redirect them appropriately.
  2. Fall back to latest/edge whenever we're unable to determine the channel from the event data.
@simskij simskij added Type: Enhancement New feature or request Status: Triage labels Dec 1, 2023
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