From 88c5edb15b9f1d30d90aa3005ed08685e7fc3b8e Mon Sep 17 00:00:00 2001 From: Igor Erin Date: Fri, 28 Feb 2025 15:49:12 +0300 Subject: [PATCH] ci: no semver --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1310c8cd7c5..2cbdb341371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -435,18 +435,6 @@ jobs: # Ignore `trybuild` errors as they are irrelevant and flaky on nightly TRYBUILD: overwrite - semver: - name: semver - needs: basics - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Check semver - uses: obi1kenobi/cargo-semver-checks-action@v2 - with: - rust-toolchain: ${{ env.rust_stable }} - release-type: minor - cross-check: name: cross-check needs: basics