From d522423b1bba22a76d614aa3bfaa8530b8831844 Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:51:21 +0200 Subject: [PATCH] Disable CI schema checks for now --- .github/workflows/check.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e2507635..599214a0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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