mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: Make dispatch-workflow.yml
GitHub job names a bit friendlier (#31340)
This makes the names match the ones used in the workflows themselves.
This commit is contained in:
parent
81a543e41c
commit
a3ce1f2636
3 changed files with 10 additions and 6 deletions
8
.github/workflows/mac.yml
vendored
8
.github/workflows/mac.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Mac
|
||||
name: MacOS
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
@ -58,7 +58,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Mac Build
|
||||
name: MacOS Build
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
# XProtect can cause random failures if it decides that the DMG we create
|
||||
|
@ -150,7 +150,7 @@ jobs:
|
|||
|
||||
wpt-2020:
|
||||
if: ${{ inputs.wpt-layout == '2020' || inputs.wpt-layout == 'all' }}
|
||||
name: Mac WPT Tests 2020
|
||||
name: MacOS WPT
|
||||
needs: ["build"]
|
||||
uses: ./.github/workflows/mac-wpt.yml
|
||||
with:
|
||||
|
@ -161,7 +161,7 @@ jobs:
|
|||
|
||||
wpt-2013:
|
||||
if: ${{ inputs.wpt-layout == '2013' || inputs.wpt-layout == 'all' }}
|
||||
name: Mac WPT Tests 2013
|
||||
name: MacOS WPT (Legacy)
|
||||
needs: ["build"]
|
||||
uses: ./.github/workflows/mac-wpt.yml
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue