Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb9936a4

Browse files
authored
chore: deconflict e2e enterprise and AGPL artifacts in ci (#12941)
1 parentfad97a1 commitb9936a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp