From 263e02793354893db0a775242802e484d26f391a Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger <43503240+paullatzelsperger@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:40:21 +0100 Subject: [PATCH] chore(test): deactivate Azure tests due to expired credentials (#906) --- .github/workflows/deployment-test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-test.yaml b/.github/workflows/deployment-test.yaml index 1ec1365ca..118d855f8 100644 --- a/.github/workflows/deployment-test.yaml +++ b/.github/workflows/deployment-test.yaml @@ -103,8 +103,12 @@ jobs: test-azure-vault-postgres: runs-on: ubuntu-latest needs: [ test-prepare, secret-presence ] - if: | - needs.secret-presence.outputs.AZURE_KV_CREDS +# if: | +# needs.secret-presence.outputs.AZURE_KV_CREDS + + # DEACTIVATE this job for now because our Azure Credentials are expired + # TODO: reactivate once we have refreshed Azure Credentials + if: false steps: - name: Checkout uses: actions/checkout@v4