Skip to content

Commit

Permalink
Merge branch 'develop' into sc-22997
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell committed Dec 15, 2023
2 parents c92a068 + a8a3a1e commit 6ba9559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
python-version: '3.10'

- name: Run Cleanup Script
# Keep at least 3 images, delete images older than 168 hours (7 days)
# Keep at least 16 images, delete images older than 720 hours (30 days)
run: |
python containers/cleangcr.py -y -k 3 -g 168
python containers/cleangcr.py -y -k 16 -g 720

0 comments on commit 6ba9559

Please sign in to comment.