We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64462f commit 3330e64Copy full SHA for 3330e64
1 file changed
.github/workflows/test-pr.yml
@@ -32,6 +32,12 @@ jobs:
32
ref: ${{ github.sha }}
33
secrets: inherit
34
35
+ publish_charts:
36
+ uses: ./.github/workflows/build-push-charts.yml
37
+ with:
38
+ ref: ${{ github.sha }}
39
+ secrets: inherit
40
+
41
chart_validation:
42
needs: [publish_images]
43
runs-on: ubuntu-latest
@@ -91,10 +97,3 @@ jobs:
91
97
# own helm install/test process.
92
98
- name: Run chart install and test
93
99
run: ct install --config ct.yaml
94
-
95
- publish_charts:
96
- needs: [chart_validation]
- uses: ./.github/workflows/build-push-charts.yml
- with:
- ref: ${{ github.sha }}
100
- secrets: inherit
0 commit comments