Skip to content

Commit c6a688e

Browse files
committed
Revert "Added a test to check the if condition"
This reverts commit 39c14de.
1 parent 39c14de commit c6a688e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-tear-down-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
BACKUP_VAULT_EXISTS=$(aws backup list-backup-vaults \
8888
--region eu-west-2 \
89-
--query "BackupVaultList[?BackupVaultName=='Default']" \
89+
--query "BackupVaultList[?BackupVaultName=='${{ matrix.sandbox-name }}_backup_vault']" \
9090
--output text)
9191
9292
if [ -z "$BACKUP_VAULT_EXISTS" ]; then

0 commit comments

Comments
 (0)