Skip to content

Commit

Permalink
Disable CI schema checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stiiifff committed Apr 4, 2024
1 parent cab7339 commit d522423
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
command: clippy
args: -- -D warnings

- name: Generate Schema
uses: actions-rs/cargo@v1
with:
command: schema
args: --locked
# - name: Generate Schema
# uses: actions-rs/cargo@v1
# with:
# command: schema
# args: --locked

- name: Schema Changes
# fails if any changes not committed
run: git diff --exit-code schema
# - name: Schema Changes
# # fails if any changes not committed
# run: git diff --exit-code schema

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d522423

Please sign in to comment.