From 5b3e066b234725458e1b32f8df03195fc61fe079 Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:32:20 -0700 Subject: [PATCH] Fix the test cleanup automation to work with recent test changes (#2538) * Move the environment variable declaration. * Move the env var declaration again --- .github/workflows/cleanup.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index b2d3471af..b045f3bd3 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -21,11 +21,9 @@ jobs: runs-on: ubuntu-latest env: AZURE_SUBSCRIPTION_ID: ${{ secrets.E2ETESTS_SUBSCRIPTION_ID }} + E2ETESTS_RESOURCEGROUP_NAME : ${{ secrets.E2ETESTS_RESOURCEGROUP_NAME }} steps: - uses: actions/checkout@v4 - env: - E2ETESTS_RESOURCEGROUP_NAME : ${{ secrets.E2ETESTS_RESOURCEGROUP_NAME }} - - name: "Az CLI login" uses: azure/login@v2 with: