From 8c654ee0db0e62b8799241d3a613d5241385df7e Mon Sep 17 00:00:00 2001 From: Kamesh Akella Date: Mon, 10 Jun 2024 10:25:47 -0400 Subject: [PATCH] make the delete check for db subnet groups always run after the vpc chcek --- .github/workflows/auto-delete-on-schedule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-delete-on-schedule.yml b/.github/workflows/auto-delete-on-schedule.yml index 696780631..78af75f00 100644 --- a/.github/workflows/auto-delete-on-schedule.yml +++ b/.github/workflows/auto-delete-on-schedule.yml @@ -70,6 +70,7 @@ jobs: run: ./provision/aws/aws_check_vpcs.sh - shell: bash + if: ${{ always() }} run: ./provision/aws/aws_check_subnet_groups.sh accelerator-delete: