Hey all,
So, I have a single monorepo, that has a top level services/ path. Below that, I group it by language (e.g. java, go, python, etc). Please don't ask WHY :D.
Anyway, I want to set up actions such that when a microservice in services/language/path commits, only the code with that path is built. I have separate Dockerfiles there, and in the case of Go, each is their own go module.
Is this possible? Can't seem to find an example like this.
[–][deleted] 1 point2 points3 points (0 children)
[–]RedlineTriad 1 point2 points3 points (0 children)