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

Commit22785a3

Browse files
authored
chore: add -agpl to agpl e2e artifacts (#12943)
* chore: -agpl added to agpl e2e artifactsBefore was doing 'false' at the end of artifacts
1 parentb9936a4 commit22785a3

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${{ matrix.variant.enterprise && '-enterprise' }}
489+
name:failed-test-videos${{ matrix.variant.enterprise && '-enterprise'|| '-agpl'}}
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${{ matrix.variant.enterprise && '-enterprise' }}
497+
name:debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise'|| '-agpl'}}
498498
path:./site/test-results/**/debug-pprof-*.txt
499499
retention-days:7
500500

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp