fix: update pipelines
[skip ci]
This commit is contained in:
parent
c081f5f7bd
commit
94f3dad963
1 changed files with 0 additions and 4 deletions
4
.github/actions/clean_up/action.yaml
vendored
4
.github/actions/clean_up/action.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue