Skip to content

Commit 09fc943

Browse files
authored
Rename msrv build job for consistency with other binary builds (#14679)
1 parent b3df1c2 commit 09fc943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,8 @@ jobs:
654654
${{ env.UV_WORKSPACE }}/target/aarch64-pc-windows-msvc/debug/uvx.exe
655655
retention-days: 1
656656

657-
cargo-build-msrv:
658-
name: "cargo build (msrv)"
657+
build-binary-msrv:
658+
name: "build binary | msrv"
659659
needs: determine_changes
660660
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
661661
runs-on: github-ubuntu-24.04-x86_64-8

0 commit comments

Comments
 (0)