We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd04ec commit 139e210Copy full SHA for 139e210
1 file changed
.github/workflows/ci.yaml
@@ -34,6 +34,7 @@ jobs:
34
- run: helm lint deployments/gpu-operator/
35
validate-csv:
36
runs-on: ubuntu-latest
37
+ continue-on-error: true
38
steps:
39
- name: Checkout code
40
uses: actions/checkout@v4
@@ -55,6 +56,7 @@ jobs:
55
56
- run: make validate-csv
57
validate-helm-values:
58
59
60
61
62
0 commit comments