]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 29 Jan 2025 14:47:50 +0000 (16:47 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 14:47:50 +0000 (14:47 +0000)
CI: Change job name to 'build arm64' on Windows (#129434)

(cherry picked from commit c67afb581eccb3ce20a4965c8f407fd2662b6bdf)

.github/workflows/reusable-windows.yml

index 35c75f4a0877dde2ccb47789ee282a50ef26a3bd..cd93f1b75817c4c6850598e14afe38b0fb2b576f 100644 (file)
@@ -20,9 +20,7 @@ env:
 
 jobs:
   build:
-    name: >-
-      build${{ inputs.arch != 'arm64' && ' and test' || '' }}
-      (${{ inputs.arch }})
+    name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
     runs-on: windows-latest
     timeout-minutes: 60
     env: