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()