Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22785a3

Browse files
authored
chore: add -agpl to agpl e2e artifacts (coder#12943)
* chore: -agpl added to agpl e2e artifacts Before was doing 'false' at the end of artifacts
1 parent b9936a4 commit 22785a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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)