Trigger step follow "skips"

When using trigger pipeline steps combined with Build Skipping>Skip Intermediate Builds it would be amazing to allow the “source” of the trigger to reference the “new” build that caused the skip.

As an example, we have a e2e tests pipeline we would like to reference from many places, but would like to avoid building 10 builds for the same test cases given we are building the same branch (or ideally, commit), unfortunately we cant use the Skip Intermediate Builds as it would mark all triggers to it as Skipped but will not wait for a green test.