mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
CI: Change job name to 'build arm64' on Windows (#129434)
This commit is contained in:
parent
97b0ef05d9
commit
c67afb581e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable-windows.yml
vendored
2
.github/workflows/reusable-windows.yml
vendored
|
@ -24,7 +24,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: 'build and test (${{ inputs.arch }})'
|
||||
name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
|
||||
runs-on: ${{ inputs.os }}
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue