Skip to content

Commit 5100818

Browse files
committed
refactor: Drop make check-generated-values, use make check-common-values
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
1 parent 5f299a0 commit 5100818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-chart-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
git config user.name "$GITHUB_ACTOR"
5353
git config user.email "[email protected]"
5454
55-
- name: Check Helm generated values are up-to-date before releasing
55+
- name: Check that the contents of common-values.yaml are included in values.yaml
5656
run: |
57-
make check-generated-values
57+
make check-common-values
5858
5959
- name: Install Helm
6060
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5

0 commit comments

Comments
 (0)