Browse Source

chore(actions): always run helm test and update make check-diff (#5440)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 6 months ago
parent
commit
3544c3e730
2 changed files with 1 additions and 7 deletions
  1. 0 6
      .github/workflows/helm.yml
  2. 1 1
      Makefile

+ 0 - 6
.github/workflows/helm.yml

@@ -4,13 +4,7 @@ on:
   push:
     branches:
       - main
-    paths:
-      - 'deploy/charts/**'
-      - 'deploy/crds/**'
   pull_request:
-    paths:
-      - 'deploy/charts/**'
-      - 'deploy/crds/**'
   workflow_dispatch: {}
 
 permissions:

+ 1 - 1
Makefile

@@ -72,7 +72,7 @@ FAIL	= (echo ${TIME} ${RED}[FAIL]${CNone} && false)
 # ====================================================================================
 # Conformance
 
-reviewable: generate docs manifests helm.generate helm.schema.update helm.docs lint license.check ## Ensure a PR is ready for review.
+reviewable: generate docs manifests helm.generate helm.schema.update helm.docs lint license.check helm.test.update test.crds.update ## Ensure a PR is ready for review.
 	@go mod tidy
 	@cd e2e/ && go mod tidy