From 7fbf2e85aab912e3f5e5fb3c3c5510df46e61053 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:38:55 +1100 Subject: [PATCH] ci: Fix check-semver-checks For #1582 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30ea5066..a882ef0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -436,6 +436,8 @@ jobs: uses: actions/checkout@v5 - name: Check semver uses: obi1kenobi/cargo-semver-checks-action@v2 + with: + release-type: minor # Dummy job to have a stable name for the "all tests pass" requirement tests-pass: