Skip to content

Commit 2194c98

Browse files
feat: don't merge global constaints
1 parent 6b347b0 commit 2194c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Run chart-testing (install)
9494
run: |
9595
changed=$(ct list-changed --config "ct.yaml")
96-
if [[ "$changed" == "charts/cf-common" || "$changed" =~ "charts/builder" || "$changed" =~ "charts/runner" ]]; then
96+
if [[ "$changed" =~ "charts/cf-common" || "$changed" =~ "charts/builder" || "$changed" =~ "charts/runner" ]]; then
9797
# Do not run `ct install` for cf-common (library chart) or builder/runner
9898
exit 0
9999
fi

0 commit comments

Comments
 (0)