From 3e975e6835b48c9350fd0c7680ed17ad30d601c6 Mon Sep 17 00:00:00 2001 From: Cesar Date: Tue, 26 Nov 2024 13:51:18 +0000 Subject: [PATCH] fix --- .github/workflows/pull-request.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 27d1014..64cdc65 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -136,14 +136,6 @@ jobs: e2e/artifacts/playwright/ !e2e/artifacts/playwright/*.webm retention-days: 5 - - - name: Upload blob report to GitHub Actions Artifacts - if: always() - uses: actions/upload-artifact@v4 - with: - name: all-blob-reports - path: e2e/blob-report/ - retention-days: 5 test-argentX: runs-on: ubuntu-latest @@ -213,11 +205,4 @@ jobs: e2e/artifacts/playwright/ !e2e/artifacts/playwright/*.webm retention-days: 5 - - - name: Upload blob report to GitHub Actions Artifacts - if: always() - uses: actions/upload-artifact@v4 - with: - name: all-blob-reports - path: e2e/blob-report/ - retention-days: 5 \ No newline at end of file + \ No newline at end of file