diff --git a/.github/workflows/remove-artifacts.yml b/.github/workflows/remove-artifacts.yml index 7cadf4e8..84c41e8e 100644 --- a/.github/workflows/remove-artifacts.yml +++ b/.github/workflows/remove-artifacts.yml @@ -15,8 +15,8 @@ jobs: steps: - name: Remove old artifacts uses: c-hive/gha-remove-artifacts@v1 - #with: - #age: '1 month' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js + with: + age: '2 seconds' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js # Optional inputs # skip-tags: true # skip-recent: 5