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 }}