mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
CI: Change job name to 'build arm64' on Windows (#129434)
(cherry picked from commit c67afb581e)
This commit is contained in:
parent
cdaec318cb
commit
0e54315c31
1 changed files with 1 additions and 3 deletions
4
.github/workflows/reusable-windows.yml
vendored
4
.github/workflows/reusable-windows.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue