Skip to content

Commit a376cc0

Browse files
authored
Merge pull request #12 from Kapernikov/ci-artifact-storage
reduce artifact retention period to avoid hitting quota limits
2 parents a078115 + 71aa6d1 commit a376cc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
with:
9292
name: wheels-linux-${{ matrix.platform.target }}
9393
path: src/python/dist
94+
retention-days: 1
9495

9596
musllinux:
9697
runs-on: ${{ matrix.platform.runner }}
@@ -131,6 +132,7 @@ jobs:
131132
with:
132133
name: wheels-musllinux-${{ matrix.platform.target }}
133134
path: src/python/dist
135+
retention-days: 1
134136

135137
windows:
136138
runs-on: ${{ matrix.platform.runner }}
@@ -171,6 +173,7 @@ jobs:
171173
with:
172174
name: wheels-windows-${{ matrix.platform.target }}
173175
path: src/python/dist
176+
retention-days: 1
174177

175178
macos:
176179
runs-on: ${{ matrix.platform.runner }}
@@ -204,6 +207,7 @@ jobs:
204207
with:
205208
name: wheels-macos-${{ matrix.platform.target }}
206209
path: src/python/dist
210+
retention-days: 1
207211

208212
sdist:
209213
runs-on: ubuntu-latest
@@ -228,6 +232,7 @@ jobs:
228232
with:
229233
name: wheels-sdist
230234
path: src/python/dist
235+
retention-days: 1
231236

232237
release:
233238
name: Release

0 commit comments

Comments
 (0)