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 @@ -558,15 +558,15 @@ jobs:
558
558
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
559
559
uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
560
560
with :
561
- name : failed-test-videos${{ matrix.variant.premium && '-premium' || '-agpl ' }}
561
+ name : failed-test-videos${{ matrix.variant.premium && '-premium' || '' }}
562
562
path : ./site/test-results/**/*.webm
563
563
retention-days : 7
564
564
565
565
- name : Upload pprof dumps
566
566
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
567
567
uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
568
568
with :
569
- name : debug-pprof-dumps${{ matrix.variant.premium && '-premium' || '-agpl ' }}
569
+ name : debug-pprof-dumps${{ matrix.variant.premium && '-premium' || '' }}
570
570
path : ./site/test-results/**/debug-pprof-*.txt
571
571
retention-days : 7
572
572
You can’t perform that action at this time.
0 commit comments