Skip to content

Commit 4406c06

Browse files
committed
ci: drop to one day of retention for artifacts
1 parent e0164a2 commit 4406c06

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bugbite-cli.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: man
2929
path: target/doc/cli/man
3030
if-no-files-found: error
31-
retention-days: 3
31+
retention-days: 1
3232

3333
shell:
3434
runs-on: ubuntu-latest
@@ -48,7 +48,7 @@ jobs:
4848
name: shell
4949
path: shell
5050
if-no-files-found: error
51-
retention-days: 3
51+
retention-days: 1
5252

5353
source:
5454
if: startsWith(github.ref, 'refs/tags/')
@@ -101,7 +101,7 @@ jobs:
101101
name: source
102102
path: ${{ github.ref_name }}.tar.xz
103103
if-no-files-found: error
104-
retention-days: 3
104+
retention-days: 1
105105

106106
linux:
107107
runs-on: ubuntu-22.04
@@ -140,7 +140,7 @@ jobs:
140140
name: ${{ github.ref_name }}-${{ matrix.target }}
141141
path: ${{ github.ref_name }}-${{ matrix.target }}.tar.xz
142142
if-no-files-found: error
143-
retention-days: 3
143+
retention-days: 1
144144

145145
macos:
146146
runs-on: macos-latest
@@ -165,7 +165,7 @@ jobs:
165165
name: ${{ github.ref_name }}-macos
166166
path: ${{ github.ref_name }}-macos.zip
167167
if-no-files-found: error
168-
retention-days: 3
168+
retention-days: 1
169169

170170
publish:
171171
if: startsWith(github.ref, 'refs/tags/')

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
name: coverage
167167
path: lcov.info
168168
if-no-files-found: error
169-
retention-days: 3
169+
retention-days: 1
170170

171171
coverage:
172172
needs: test

0 commit comments

Comments
 (0)