Skip to content

Commit aaf80fc

Browse files
committed
Merge branch 'main' into 12508-experiments
2 parents dc42233 + b9936a4 commit aaf80fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -486,15 +486,15 @@ jobs:
486486
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
487487
uses: actions/upload-artifact@v4
488488
with:
489-
name: failed-test-videos
489+
name: failed-test-videos${{ matrix.variant.enterprise && '-enterprise' }}
490490
path: ./site/test-results/**/*.webm
491491
retention-days: 7
492492

493493
- name: Upload pprof dumps
494494
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
495495
uses: actions/upload-artifact@v4
496496
with:
497-
name: debug-pprof-dumps
497+
name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' }}
498498
path: ./site/test-results/**/debug-pprof-*.txt
499499
retention-days: 7
500500

0 commit comments

Comments
 (0)