chore: merge main into alpha #89

Open
marcel.henselin wants to merge 21 commits from main into alpha
Showing only changes of commit 94f3dad963 - Show all commits

View file

@ -146,10 +146,8 @@ runs:
- name: Skip Delete SQL Server Flex resources
if: ${{ inputs.list_only == 'true' }}
run: |
echo "::group::delete SQL Server Flex resources"
set -e
echo "Skip deleting: list only mode"
echo "::endgroup::"
shell: bash
- name: Delete PostgreSQL Flex resources
@ -165,8 +163,6 @@ runs:
- name: Skip Delete PostgreSQL Flex resources
if: ${{ inputs.list_only == 'true' }}
run: |
echo "::group::delete PostgreSQL Flex resources"
set -e
echo "Skip deleting: list only mode"
echo "::endgroup::"
shell: bash