Update prune.yaml

This commit is contained in:
Kjeld Schouten-Lebbing 2021-11-08 15:50:40 +01:00 committed by GitHub
parent 2aa3e7f2f9
commit fa76d346fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Prune App Versions
run: |
for train in stable incubator
for train in stable incubator dependency
do
for chart in ${train}/*; do
if [ -f "${chart}/item.yaml" ]; then