From 7e742514d6c2815677220a677cf1f288eab62cbc Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Wed, 6 Dec 2023 08:24:20 +0100 Subject: [PATCH] chore(test): deactivate Azure tests due to expired credentials --- .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