Skip to content

Commit

Permalink
Comment is added on how uncommitted changes can appear
Browse files Browse the repository at this point in the history
  • Loading branch information
joejstuart authored and zregvart committed Dec 13, 2023
1 parent ea0301e commit c464a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
files: ./api_cover.out
flags: api

# If enterprisecontractpolicy_types.go is updated without a corresponding change to the crd
# an uncommitted change can show.
- name: Check for uncommitted changes
run: |
if ! git diff --exit-code -s; then
Expand Down

0 comments on commit c464a90

Please sign in to comment.