Skip to content

Commit

Permalink
[TASK] Don't store build solrci-image longer as 1 days
Browse files Browse the repository at this point in the history
This change sets the retention period of solrci-image on build time as artifact.
This artifact is not needed longer as 1 days.
  • Loading branch information
dkd-kaehm committed Aug 30, 2024
1 parent dfcdd98 commit ed561a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
with:
name: solrci-image
path: /tmp/solrci-image.tar
retention-days: 1

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed561a6

Please sign in to comment.