diff --git a/make/test.mk b/make/test.mk index 8bf9800c4..c1653eb55 100644 --- a/make/test.mk +++ b/make/test.mk @@ -46,13 +46,10 @@ test-e2e: @echo "The tests successfully finished" @echo "To clean the cluster run 'make clean-e2e-resources'" ifeq ($(CI),true) - # if we are running on CI, we want to run the ui e2e tests in the toolchain-e2e presubmit and periodic CI jobs - # if REPO_NAME is not set, it means that the e2e tests were triggered by the periodic CI job - ifeq ($(filter-out toolchain-e2e,$(REPO_NAME)),) + # if we are running on CI, we want to run the ui e2e tests $(MAKE) test-devsandbox-dashboard-e2e @echo "UI E2E tests successfully finished" @echo "To clean the Developer Sandbox Dashboard run 'make clean-devsandbox-dashboard'" - endif endif .PHONY: test-e2e-without-migration