Skip to content

Commit

Permalink
[3.12]: CI: Change job name to 'build arm64' on Windows (python#129434)…
Browse files Browse the repository at this point in the history
… (python#129444)

CI: Change job name to 'build arm64' on Windows (python#129434)

(cherry picked from commit c67afb5)
  • Loading branch information
hugovk authored Jan 29, 2025
1 parent cdaec31 commit 0e54315
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e54315

Please sign in to comment.