Skip to content

Commit 9e187a4

Browse files
committed
Merge branch 'main' into feat/prisma-exporter
2 parents f68a8bd + f8396be commit 9e187a4

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
name: bench-results
4949
path: bench-results.txt
50+
retention-days: 1
5051

5152
lsp-profile:
5253
name: lsp-profile workload
@@ -122,3 +123,4 @@ jobs:
122123
realistic-delta.txt
123124
synthetic-stdout.txt
124125
realistic-stdout.txt
126+
retention-days: 1

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
uses: actions/upload-pages-artifact@v5
6464
with:
6565
path: ./apps/landing/out
66+
retention-days: 1
6667

6768
deploy:
6869
needs: build

.github/workflows/fuzz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ jobs:
7676
with:
7777
name: fuzz-artifacts-${{ matrix.target }}
7878
path: fuzz/artifacts/${{ matrix.target }}/
79+
retention-days: 1
7980

8081
- name: Upload corpus
8182
if: always()
8283
uses: actions/upload-artifact@v7
8384
with:
8485
name: fuzz-corpus-${{ matrix.target }}
8586
path: fuzz/corpus/${{ matrix.target }}/
87+
retention-days: 1

.github/workflows/mutants.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ jobs:
6161
with:
6262
name: mutants-output-shard-${{ matrix.shard }}
6363
path: mutants.out/
64+
retention-days: 1

0 commit comments

Comments
 (0)