chore: deconflict e2e enterprise and AGPL artifacts in ci (#12941)

This commit is contained in:
Steven Masley 2024-04-11 09:42:21 -05:00 committed by GitHub
parent fad97a14f9
commit b9936a4671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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