Skip to content

Commit ecbfb22

Browse files
committed
GHA: tweak some names (NFC)
Clean up the job names to be consistent throughout.
1 parent a75c14e commit ecbfb22

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ jobs:
291291
matrix:
292292
arch: ['amd64', 'arm64']
293293

294+
name: Windows ${{ matrix.arch }} CMark GFM
295+
294296
steps:
295297
- uses: actions/checkout@v4
296298
with:
@@ -342,6 +344,8 @@ jobs:
342344
needs: [cmark_gfm]
343345
runs-on: ${{ inputs.default_build_runner }}
344346

347+
name: Windows amd64 Compiler Build Tools
348+
345349
steps:
346350
- uses: actions/download-artifact@v4
347351
with:
@@ -460,6 +464,8 @@ jobs:
460464
cpu: 'aarch64'
461465
triple: 'aarch64-unknown-windows-msvc'
462466

467+
name: Windows ${{ matrix.arch }} Toolchain
468+
463469
steps:
464470
- uses: actions/download-artifact@v4
465471
with:
@@ -2010,6 +2016,8 @@ jobs:
20102016
cpu: 'aarch64'
20112017
triple: 'aarch64-unknown-windows-msvc'
20122018

2019+
name: Windows ${{ matrix.arch }} Developer Tools
2020+
20132021
steps:
20142022
- uses: actions/download-artifact@v4
20152023
with:
@@ -2693,9 +2701,7 @@ jobs:
26932701
symbolsFolder: ${{ github.workspace }}/BinaryCache
26942702
searchPattern: '**/*.exe'
26952703

2696-
26972704
debugging_tools:
2698-
name: Debugging Tools
26992705
needs: [compilers, devtools, stdlib, sdk]
27002706
runs-on: ${{ inputs.default_build_runner }}
27012707

@@ -2710,6 +2716,8 @@ jobs:
27102716
cpu: aarch64
27112717
triple: aarch64-unknown-windows-msvc
27122718

2719+
name: Windows ${{ matrix.arch }} Debugging Tools
2720+
27132721
steps:
27142722
- name: Download Compilers
27152723
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)