We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3899519 commit 2192632Copy full SHA for 2192632
‎.github/workflows/remove-old-artifacts.yml
@@ -13,6 +13,7 @@ jobs:
13
steps:
14
- name: Remove old artifacts
15
uses: c-hive/gha-remove-artifacts@v1
16
+ if: github.repository == 'avo-hq/avo'
17
with:
18
age: '1 week' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
19
# Optional inputs
0 commit comments