Skip to content

Commit

Permalink
ci: no semver
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorErin committed Mar 4, 2025
1 parent d6f61e7 commit 88c5edb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88c5edb

Please sign in to comment.