We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547a845 commit 3dea539Copy full SHA for 3dea539
.github/workflows/ci.yaml
@@ -494,7 +494,7 @@ jobs:
494
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
495
uses: actions/upload-artifact@v4
496
with:
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
retention-days: 7
500
0 commit comments