mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 12:50:22 +08:00
chore(Postgresql): Move postgresql to a seperate dependency train
This commit is contained in:
3
.github/workflows/apps.test.yaml
vendored
3
.github/workflows/apps.test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user