Skip to content

Commit

Permalink
chore(test): deactivate Azure tests due to expired credentials (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Dec 6, 2023
1 parent 64e2acc commit 263e027
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 263e027

Please sign in to comment.