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 6b347b0 commit 2194c98Copy full SHA for 2194c98
.github/workflows/lint-test.yaml
@@ -93,7 +93,7 @@ jobs:
93
- name: Run chart-testing (install)
94
run: |
95
changed=$(ct list-changed --config "ct.yaml")
96
- if [[ "$changed" == "charts/cf-common" || "$changed" =~ "charts/builder" || "$changed" =~ "charts/runner" ]]; then
+ if [[ "$changed" =~ "charts/cf-common" || "$changed" =~ "charts/builder" || "$changed" =~ "charts/runner" ]]; then
97
# Do not run `ct install` for cf-common (library chart) or builder/runner
98
exit 0
99
fi
0 commit comments