File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -486,15 +486,15 @@ jobs:
486
486
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
487
487
uses : actions/upload-artifact@v4
488
488
with :
489
- name : failed-test-videos${{ matrix.variant.enterprise && '-enterprise' }}
489
+ name : failed-test-videos${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }}
490
490
path : ./site/test-results/**/*.webm
491
491
retention-days : 7
492
492
493
493
- name : Upload pprof dumps
494
494
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
495
495
uses : actions/upload-artifact@v4
496
496
with :
497
- name : debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' }}
497
+ name : debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }}
498
498
path : ./site/test-results/**/debug-pprof-*.txt
499
499
retention-days : 7
500
500
You can’t perform that action at this time.
0 commit comments