From e8d50153d0861cb9bfbb616389120b7bc6389374 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 27 Jan 2025 11:48:38 -0600 Subject: [PATCH] Update name of "Build binary" job to highlight that these are the "release" binaries (#10990) I found this confusing since we have `build binary` jobs in regular CI --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 1a4f8ba60..b73cf72e8 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -4,7 +4,7 @@ # # Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a local # artifacts job within `cargo-dist`. -name: "Build binaries" +name: "Build release binaries" on: workflow_call: