mirror of https://github.com/astral-sh/ruff
Rename the msrv job to indicate it tests
This commit is contained in:
parent
492f5bf2aa
commit
f62ca88077
|
|
@ -385,8 +385,8 @@ jobs:
|
|||
- name: "Build"
|
||||
run: cargo build --release --locked
|
||||
|
||||
cargo-build-msrv:
|
||||
name: "cargo build (msrv)"
|
||||
cargo-test-msrv:
|
||||
name: "cargo test (msrv)"
|
||||
runs-on: depot-ubuntu-latest-8
|
||||
needs: determine_changes
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue