[3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)
https://github.com/python/cpython/commit/0e54315c319386ad15a6941617858e58a84... commit: 0e54315c319386ad15a6941617858e58a849f657 branch: 3.12 author: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> committer: AA-Turner <9087854+AA-Turner@users.noreply.github.com> date: 2025-01-29T14:47:50Z summary: [3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444) CI: Change job name to 'build arm64' on Windows (#129434) (cherry picked from commit c67afb581eccb3ce20a4965c8f407fd2662b6bdf) files: M .github/workflows/reusable-windows.yml diff --git a/.github/workflows/reusable-windows.yml b/.github/workflows/reusable-windows.yml index 35c75f4a0877dd..cd93f1b75817c4 100644 --- a/.github/workflows/reusable-windows.yml +++ b/.github/workflows/reusable-windows.yml @@ -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:
participants (1)
-
AA-Turner