diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 205d4862c..9361ee62b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: name: All checks succeeded if: success() runs-on: ubuntu-latest - needs: [check, msrv, test, check-format, doc, semver-checks] + needs: [check, msrv, test, check-format, doc] steps: - name: Mark the job as successful run: exit 0