We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce0166 commit 982a8cbCopy full SHA for 982a8cb
2 files changed
.github/ct.yaml
@@ -2,4 +2,4 @@ chart-dirs:
2
- charts
3
remote: origin
4
target-branch: main
5
-helm-extra-args: "--wait --timeout 600s"
+helm-extra-args: "--wait --wait-for-jobs --timeout 600s"
.github/workflows/qa.yml
@@ -200,7 +200,7 @@ jobs:
200
if: (github.event_name == 'pull_request' || github.event_name == 'push') && steps.ct-changed.outputs.changed == 'true'
201
env:
202
CT_CONFIG: .github/ct.yaml
203
- run: ct install --config "$CT_CONFIG"
+ run: ct install --config "$CT_CONFIG" --skip-clean-up
204
205
# Label QA results (PR only)
206
- name: Label QA build status
0 commit comments