Skip to content

Commit

Permalink
disable semver check
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Sep 7, 2023
1 parent 37fb253 commit f211579
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit f211579

Please sign in to comment.