internal/ci: only run e2e tests in source repo
We already had the condition that the e2e tests should only run on
protected branch for the latest-linux matrix entry, but this condition
needs to be enhanced to limit this further to the source repo and not
the trybot "shadow" repo. There are no credentials available in the
latter, so e2e tests would always fail.
Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I5ab31580ec48c1fac4428de18cf2963913b4bbeb
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1171699
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>