We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb9936a4 commit22785a3Copy full SHA for 22785a3
.github/workflows/ci.yaml
@@ -486,15 +486,15 @@ jobs:
486
if:always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
487
uses:actions/upload-artifact@v4
488
with:
489
-name:failed-test-videos${{ matrix.variant.enterprise && '-enterprise' }}
+name:failed-test-videos${{ matrix.variant.enterprise && '-enterprise'|| '-agpl'}}
490
path:./site/test-results/**/*.webm
491
retention-days:7
492
493
-name:Upload pprof dumps
494
495
496
497
-name:debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' }}
+name:debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise'|| '-agpl'}}
498
path:./site/test-results/**/debug-pprof-*.txt
499
500