From 8ba380c0e0baba61bc28f01f6cf7c72d2288b22c Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 11 Apr 2024 09:22:55 -0500 Subject: [PATCH] chore: deconflict e2e enterprise and AGPL artifacts in ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 912d68dd58ab3..1fa2936b3b6a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -486,7 +486,7 @@ jobs: if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork uses: actions/upload-artifact@v4 with: - name: failed-test-videos + name: failed-test-videos${{ matrix.variant.enterprise && '-enterprise' }} path: ./site/test-results/**/*.webm retention-days: 7 @@ -494,7 +494,7 @@ jobs: if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork uses: actions/upload-artifact@v4 with: - name: debug-pprof-dumps + name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' }} path: ./site/test-results/**/debug-pprof-*.txt retention-days: 7