Update prune.yaml
This commit is contained in:
parent
2aa3e7f2f9
commit
fa76d346fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue