We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592c2c commit a6bc061Copy full SHA for a6bc061
.github/workflows/gitops-pipeline.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
charts-validation:
85
needs: [ prepare-build ]
86
- if: ${{ false && needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
+ if: ${{ needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
87
strategy:
88
matrix:
89
chart: ${{ fromJSON(needs.prepare-build.outputs.charts) }}
0 commit comments