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
I have several communities I work with that run on a non-standard schedule, where being able to build the agenda on demand would be quite nice. It feels like this could be done with a workflow_dispatch event, but not sure on the right schedule to use - any suggestions?
The text was updated successfully, but these errors were encountered:
@jmertic I think a lot of the current structure is geared toward scheduled structures. What you're asking for is relatively related to the solutions being proposed in #26, and also aligns with what the solution for #51 would need to be.
Seems like multiple birds are popping up. We need to find a stone. If you've got ideas, PRs and proposals welcome.
Thanks, @bnb! You are right that what I'm looking for aligns with "Can I use some sort of other mechanisms for kicking off agenda builds?" and something as generic as "build on-demand" could hit some of those use-cases. Let me look more into the code and perhaps I can come up with some ideas.
I have several communities I work with that run on a non-standard schedule, where being able to build the agenda on demand would be quite nice. It feels like this could be done with a
workflow_dispatch
event, but not sure on the right schedule to use - any suggestions?The text was updated successfully, but these errors were encountered: