Skip to content

Commit 79cf6f5

Browse files
committed
Merge branch 'steve/fixes-ci' into steve/adds-service-annotations
2 parents 7b3b35a + 295de05 commit 79cf6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Display Go version
2121
run: go version
2222
- name: Check that all autogenerated files are up to date
23-
run: make manifests generate && git diff --quiet HEAD --
23+
run: make manifests generate && git diff HEAD --
2424
- name: Check that all docs are up to date
2525
run: make docs && git diff HEAD --
2626
- name: Unit Test

0 commit comments

Comments
 (0)