Skip to content

Commit

Permalink
Check helm folder for updated CRDs in workflow (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored May 11, 2021
1 parent 6d8fe36 commit 2bc91d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
- name: Check if CRDs changed
run: |
make update-crds && git diff --name-only --exit-code deployments/common/crds*
make update-crds && git diff --name-only --exit-code deployments/common/crds* deployments/helm-chart/crds*
- name: Check if Codegen changed
run: |
make update-codegen && git diff --name-only --exit-code pkg/**/zz_generated.deepcopy.go
Expand Down

0 comments on commit 2bc91d5

Please sign in to comment.