From f2115791ffaa2f562a2e63a448676a1b10be7f58 Mon Sep 17 00:00:00 2001 From: glendc Date: Fri, 8 Sep 2023 01:37:59 +0200 Subject: [PATCH] disable semver check --- .github/workflows/CI.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 72c602f..6d423df 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -138,13 +138,14 @@ jobs: - uses: actions/checkout@v3 - uses: EmbarkStudios/cargo-deny-action@v1 - semver-checks: - needs: check - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Check semver - uses: obi1kenobi/cargo-semver-checks-action@v2 - with: - rust-toolchain: ${{env.RUST_TOOLCHAIN}} + # TODO: renable when we need it or once we are on stable + # semver-checks: + # needs: check + # runs-on: ubuntu-latest + # steps: + # - name: Checkout + # uses: actions/checkout@v3 + # - name: Check semver + # uses: obi1kenobi/cargo-semver-checks-action@v2 + # with: + # rust-toolchain: ${{env.RUST_TOOLCHAIN}}