From 38b7de4f6669e67ba65bf28f47ecd8388ce10969 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Tue, 6 Jan 2026 12:04:36 -0500 Subject: [PATCH] run cleanup after playwright tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ace3f177..6027cca35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,6 +254,8 @@ jobs: cleanupaccounts: name: "Cleanup Test Database Accounts" + if: ${{ !cancelled() }} + needs: [playwright-tests] runs-on: ubuntu-latest env: AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}