chore: add -agpl to agpl e2e artifacts (#12943)

* chore: -agpl added to agpl e2e artifacts

Before was doing 'false' at the end of artifacts
This commit is contained in:
Steven Masley 2024-04-11 11:57:40 -05:00 committed by GitHub
parent b9936a4671
commit 22785a307c
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${{ matrix.variant.enterprise && '-enterprise' }}
name: failed-test-videos${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }}
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${{ matrix.variant.enterprise && '-enterprise' }}
name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }}
path: ./site/test-results/**/debug-pprof-*.txt
retention-days: 7