From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:40:04 +0000 (+0100) Subject: [3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439) X-Git-Tag: v3.13.2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1883667c314afc74cce8f0e1565da31703e3cc7a;p=thirdparty%2FPython%2Fcpython.git [3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439) --- diff --git a/.github/workflows/reusable-windows.yml b/.github/workflows/reusable-windows.yml index bfee3d2722cb..5485a0169130 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: