From b471e8388fa0b7b79471e4a883277ca8f8d5601b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 14 Jun 2021 18:23:47 -0500 Subject: [PATCH] GHA: Don't worry if no artifacts to upload --- .github/workflows/ci-scripts-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index a159de457..b9b3a0c12 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -230,6 +230,7 @@ jobs: with: name: tapfiles ${{ matrix.name }} path: '**/O.*/*.tap' + if-no-files-found: ignore - name: Collect and show test results if: ${{ always() }} run: python .ci/cue.py -T 5M test-results