From 56312dfe7c34f6cf13aaa28ed208c3fb9da34484 Mon Sep 17 00:00:00 2001 From: Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:01:46 +0200 Subject: [PATCH] No need to upload collated reports as gh artifact --- .github/workflows/collated-reports.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/collated-reports.yml b/.github/workflows/collated-reports.yml index 2b6b3fad3df8..e5522d2f45d1 100644 --- a/.github/workflows/collated-reports.yml +++ b/.github/workflows/collated-reports.yml @@ -41,9 +41,3 @@ jobs: --job ${{ inputs.job }} \ --report-repo-id ${{ inputs.report_repo_id }} \ --gpu-name ${{ inputs.gpu_name }} - - - name: Upload collated reports - uses: actions/upload-artifact@v4 - with: - name: collated_reports_${{ env.CI_SHA }}.json - path: collated_reports_${{ env.CI_SHA }}.json