Skip to content

Commit cdb3b39

Browse files
authored
Merge pull request #352 from astro-informatics/tk-artifact-retention
Reduce retention period of uploaded artifacts
2 parents 21566da + 61483f6 commit cdb3b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
name: dependencies-${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.mpi }}-${{ matrix.omp }}
145145
path: ${{github.workspace}}/local
146-
146+
retention-days: 5
147147

148148
test:
149149
needs:

0 commit comments

Comments
 (0)