We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9936a4 commit 547a845Copy full SHA for 547a845
.github/workflows/ci.yaml
@@ -486,7 +486,7 @@ 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
0 commit comments