Skip to content

Commit

Permalink
Temporarily disable code gen up-to-date check
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Aug 30, 2024
1 parent 4ccbab3 commit 8260c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
jobs:
up_to_date:
name: Ensure Generated Code Is Up To Date
if: github.event_name == 'pull_request'
# if: github.event_name == 'pull_request'
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout Java Client
Expand Down

0 comments on commit 8260c7c

Please sign in to comment.