Is there a good way to configure needs for a CI/CD Component?
Considering a job that publishes a package, for example. If you are using needs to manage job dependencies, then what is a good way to configure the publish job’s needs? Especially if there are possibly multiple jobs it could depend on. I don’t see a good way with spec:inputs
to do this since you can use arrays as an input.
Has anyone dealt with this?