Skip to content

Commit 2192632

Browse files
authored
💚 Turn off remove old artifacts (#2426)
1 parent 3899519 commit 2192632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/remove-old-artifacts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- name: Remove old artifacts
1515
uses: c-hive/gha-remove-artifacts@v1
16+
if: github.repository == 'avo-hq/avo'
1617
with:
1718
age: '1 week' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
1819
# Optional inputs

0 commit comments

Comments
 (0)