chore(Postgresql): Move postgresql to a seperate dependency train

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-08 14:34:52 +01:00
parent 25c85b25ec
commit 58dd16f90b
14 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ jobs:
- 'charts/dev/**'
- 'charts/stable/**'
- 'charts/incubator/**'
- 'charts/dependencies/**'
- 'charts/library/**'
- run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
- id: reduce
@@ -84,6 +85,8 @@ jobs:
train="library"
elif test -f "./charts/dev/${{ matrix.app }}/Chart.yaml"; then
train="dev"
elif test -f "./charts/dependencies/${{ matrix.app }}/Chart.yaml"; then
train="dependencies"
else
train="incubator"
fi