mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Merge 'tokio-1.51.x' into 'master' (#8425)
This commit is contained in:
@@ -511,7 +511,7 @@ jobs:
|
||||
# We don't care about the semver of unstable tokio features.
|
||||
features: ${{ env.TOKIO_STABLE_FEATURES }}
|
||||
- name: Check semver for rest of the workspace
|
||||
if: ${{ !startsWith(github.event.pull_request.base.ref, 'tokio-1.') }}
|
||||
if: ${{ !startsWith(github.event.pull_request.base.ref, 'tokio-1.') && !startsWith(github.ref_name, 'tokio-1.') }}
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
with:
|
||||
rust-toolchain: ${{ env.rust_stable }}
|
||||
|
||||
Reference in New Issue
Block a user