From b27be9e28bcc4ca8ff7404549ab025a8a29b21c0 Mon Sep 17 00:00:00 2001 From: John Bedell Date: Fri, 17 Nov 2023 15:09:01 -0500 Subject: [PATCH] remove the if check and ignore failures --- .github/workflows/Test-AITs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test-AITs.yml b/.github/workflows/Test-AITs.yml index 0849d9bce3..87e993e21f 100644 --- a/.github/workflows/Test-AITs.yml +++ b/.github/workflows/Test-AITs.yml @@ -329,11 +329,11 @@ jobs: agent-integration-tests/testing-artifacts/* - name: Upload negative value artifact - if: ${{ always() && hashFiles('negative_value.txt') != '' }} uses: actions/upload-artifact@v3 with: name: negative_value.txt path: ${{ github.workspace }} + if-no-files-found: ignore # notify-failure: # needs: [tests]