From 255de02030e0f3057eaa629031a0d7709d3abc11 Mon Sep 17 00:00:00 2001 From: Gustavo Alves Date: Thu, 6 Jun 2024 18:29:46 +0200 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e35efc7b..f24cfcf8 100644 --- a/Makefile +++ b/Makefile @@ -295,4 +295,4 @@ test-e2e: docker-build-e2e ## Run the end-to-end tests .PHONY: remove-cancelled-e2e-leftovers remove-cancelled-e2e-leftovers: ## Remove any leftover resources from cancelled e2e tests - $(ROOT_DIR)/hack/scripts/cleanup.sh + $(ROOT_DIR)/hack/scripts/cancelled-workflow.sh