Skip to content

Commit

Permalink
Disable codegen check in prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 12, 2024
1 parent bbc30ee commit ccbd80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
go-version: '1.22'
- name: "Test"
run: make test
- name: "Test code gen"
run: make check-generated
# - name: "Test code gen"
# run: make check-generated
- name: "Build"
run: make all
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit ccbd80b

Please sign in to comment.