From e490c4ec5538f9d25d198ddc8d6ee795df3c9245 Mon Sep 17 00:00:00 2001 From: Grant Copley Date: Sun, 29 Sep 2024 07:35:32 -0500 Subject: [PATCH] Remove upload tmp folder artifacts --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bed2227b..b7fe9c2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,12 +96,13 @@ jobs: path: | test-harness/tests/results/**/* - - name: Upload tmp folder as artifact - if: always() - uses: actions/upload-artifact@v4 - with: - name: tmp-folder - path: models/tmp/ + # Leaving this here for future debugging + # - name: Upload tmp folder as artifact + # if: always() + # uses: actions/upload-artifact@v4 + # with: + # name: tmp-folder + # path: models/tmp/ - name: Slack Notification if: failure()