Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Bartel <[email protected]>
  • Loading branch information
piersy and karlb authored Jan 6, 2025
1 parent 0876376 commit e1ca70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Generate check
# Run go generate and see if anything changed.
# We need to use || true because currently we do not install protoc
# and protoc-gen-go which are required for genrating some files,
# and protoc-gen-go which are required for generating some files,
# however despite this the non protobuf related types are generated.
run: |
go generate ./... || true
Expand Down

0 comments on commit e1ca70f

Please sign in to comment.