Skip to content

Commit a6bc061

Browse files
committed
tmp
1 parent 4592c2c commit a6bc061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitops-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
charts-validation:
8585
needs: [ prepare-build ]
86-
if: ${{ false && needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
86+
if: ${{ needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
8787
strategy:
8888
matrix:
8989
chart: ${{ fromJSON(needs.prepare-build.outputs.charts) }}

0 commit comments

Comments
 (0)