From d252594966cd9427808078a3397584bee6fdce56 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Thu, 7 Jul 2022 18:24:09 +0200 Subject: [PATCH] chore{workflow): dont upload report artifact --- .github/workflows/report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 7fdbe77cc01..bca010fa39b 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -34,11 +34,11 @@ jobs: base-path: /dashlord # to save the generated report.json as artifact - - uses: actions/upload-artifact@v2 - with: - path: report.json - name: report - if-no-files-found: error + #- uses: actions/upload-artifact@v2 + # with: + # path: report.json + # name: report + # if-no-files-found: error # save full report for history - uses: EndBug/add-and-commit@v7