I want to build a trigger or any other way in order that for every change I make in one of the repos in CodeCommit 2 different jobs will be triggered.
Let's say I have repo A,B,C - whenever a change happen on A, I only want to build B, C. A is like a src of modules that don't need to be built.