|
|
|
|
|
by impl
2180 days ago
|
|
Hi, This is a good question, thank you! The flow of events into our system is somewhat different than GitHub Actions. We're trying to be a consumer of all sorts of events, including, say, data published to AWS SNS or via a Docker Hub webhook[0]. All of that isn't quite in place yet, but we want to act more like an event broker than a CI/CD solution alone. One concept we're throwing around is supporting CloudEvents[1] and dispatching workflows based on event types. If anyone has experience with CloudEvents we'd love to hear if that would be something useful to you. [0]: https://github.com/relay-integrations/relay-dockerhub/blob/m... [1]: https://cloudevents.io/ |
|