From 94f3dad9631b544fe5135c88e07f58778e6e93da Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Wed, 18 Mar 2026 11:17:42 +0100 Subject: [PATCH] fix: update pipelines [skip ci] --- .github/actions/clean_up/action.yaml | 4 ---- 1 file changed, 4 deletions(-) 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