Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/api-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ on:
paths:
- 'cmd/thv-operator/api/**'
# files/crds is the source of truth — controller-gen emits here, and
# crd-helm-wrapper copies from here into templates/. Any drift in
# helm-crd-wrapper copies from here into templates/. Any drift in
# templates/ is caught by operator-ci.yml's generate-crds job, so
# watching templates/ would be redundant. values.yaml and the
# crd-helm-wrapper only affect Helm conditionals and annotations the
# helm-crd-wrapper only affect Helm conditionals and annotations the
# checker ignores, so they can't change what we compare.
- 'deploy/charts/operator-crds/files/crds/**'
# Self-exercise when either workflow file (real or no-op companion)
Expand Down
Loading