Skip to content

Commit 547a845

Browse files
committed
chore: -agpl added to agpl e2e artifacts
Before was doing 'false' at the end of artifacts
1 parent b9936a4 commit 547a845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ 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

0 commit comments

Comments
 (0)