Skip to content

Commit

Permalink
workflow: midfy the check crd
Browse files Browse the repository at this point in the history
  • Loading branch information
acekingke committed Jul 11, 2023
1 parent 8afca99 commit 8de8287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
make manifests
make generate
git checkout config/webhook/manifests.yaml
- name: Check crd
run: d="$(git status -s)" && if [ -n "$d" ]; then echo "check-crd error:" ; echo "$d"; exit 1; fi
Expand Down

0 comments on commit 8de8287

Please sign in to comment.