From 465a3ea55ab0b8e719439525975bfbcb073344ef Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Tue, 14 May 2024 22:05:32 +0000 Subject: [PATCH] remove if failure --- .github/actions/generate-support-bundle/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/generate-support-bundle/action.yml b/.github/actions/generate-support-bundle/action.yml index 0366516f60..fe919430f6 100644 --- a/.github/actions/generate-support-bundle/action.yml +++ b/.github/actions/generate-support-bundle/action.yml @@ -28,13 +28,11 @@ runs: - id: upload-support-bundle uses: actions/upload-artifact@v4 - if: ${{ failure() }} with: name: ${{ inputs.artifact-name }} path: ${{ steps.generate-support-bundle.outputs.bundle-name }} - name: Print support bundle URL - if: ${{ failure() && steps.upload-support-bundle.outputs.artifact-url != '' }} shell: bash run: | echo "::notice ::support bundle can be downloaded from: ${{ steps.upload-support-bundle.outputs.artifact-url }}