Skip to content

Commit

Permalink
πŸ’š Turn off remove old artifacts (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
RocKhalil committed Jan 29, 2024
1 parent 3899519 commit 2192632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
if: github.repository == 'avo-hq/avo'
with:
age: '1 week' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
# Optional inputs
Expand Down

0 comments on commit 2192632

Please sign in to comment.