From b9936a4671887a41f03d851b308cb5bbf43868ec Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 11 Apr 2024 09:42:21 -0500 Subject: [PATCH] chore: deconflict e2e enterprise and AGPL artifacts in ci (#12941) --- .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 912d68dd58..1fa2936b3b 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