https://github.com/python/cpython/commit/1883667c314afc74cce8f0e1565da31703e3cc7a
commit: 1883667c314afc74cce8f0e1565da31703e3cc7a
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-01-29T13:40:04Z
summary:

[3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439)

files:
M .github/workflows/reusable-windows.yml

diff --git a/.github/workflows/reusable-windows.yml 
b/.github/workflows/reusable-windows.yml
index bfee3d2722cb44..5485a0169130b0 100644
--- a/.github/workflows/reusable-windows.yml
+++ b/.github/workflows/reusable-windows.yml
@@ -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:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to