diff --git a/.github/workflows/pgdb-create.yaml b/.github/workflows/pgdb-create.yaml index 55983f9..3753a60 100644 --- a/.github/workflows/pgdb-create.yaml +++ b/.github/workflows/pgdb-create.yaml @@ -53,7 +53,8 @@ jobs: --rule-name github-temp \ --start-ip-address $IP \ --end-ip-address $IP - + --yes + echo "Check PostgreSQL server status" az postgres flexible-server show \ --name $PGDB_NAME \