diff --git a/.github/actions/clean_up/action.yaml b/.github/actions/clean_up/action.yaml index c9c2e4a8..1cea3615 100644 --- a/.github/actions/clean_up/action.yaml +++ b/.github/actions/clean_up/action.yaml @@ -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