From 0a2a696041226113b083edee343d248a6e3fe9de Mon Sep 17 00:00:00 2001 From: Federico Bonfigli Date: Mon, 13 Apr 2026 17:51:38 +0200 Subject: [PATCH] Enable cleanup for all regions --- .github/workflows/deploy-janitor-infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-janitor-infra.yaml b/.github/workflows/deploy-janitor-infra.yaml index a42e0315..f8d4c8c5 100644 --- a/.github/workflows/deploy-janitor-infra.yaml +++ b/.github/workflows/deploy-janitor-infra.yaml @@ -28,7 +28,7 @@ jobs: # Set janitor config here to customize it's execution parameters env: - JANITOR_CLEAN_REGION: "us-east-1" # set to 'all' to cleanup all regions or specify a region to cleanup only that region + JANITOR_CLEAN_REGION: "all" # set to 'all' to cleanup all regions or specify a region to cleanup only that region JANITOR_DRY_RUN: "false" JANITOR_ENABLE_VPC_ENDPOINTS_CLEAN: "true" JANITOR_ENABLE_TARGET_GROUP_CLEAN: "true"