Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Niebler <[email protected]>
  • Loading branch information
crazyscientist and der-gabe authored Jan 19, 2024
1 parent e668533 commit fdbe117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Housekeeping
on:
schedule:
- cron: "0 0 1 * *"
- cron: "15 0 1 * *"
jobs:
clean-ghcr:
name: Delete old container images
Expand All @@ -10,7 +10,7 @@ jobs:
- name: Delete old releases
uses: snok/container-retention-policy@v2
with:
image-names: aimaas/aimaas-api, aimaas/aimaas-ui
image-names: ${GITHUB_REPOSITORY,,}/aimaas-api, ${GITHUB_REPOSITORY,,}/aimaas-ui
cut-off: one month ago UTC
timestamp-to-use: updated_at
account-type: org
Expand Down

0 comments on commit fdbe117

Please sign in to comment.