Skip to content

Commit

Permalink
chore: update old artifact removal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meypod committed Feb 25, 2024
1 parent b2a9bdd commit 9e7eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '1 year' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
skip-recent: 16

0 comments on commit 9e7eb04

Please sign in to comment.