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:
Martin Robinson 2024-02-13 17:27:11 +01:00 committed by GitHub
parent 81a543e41c
commit a3ce1f2636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 6 deletions

View file

@ -154,7 +154,7 @@ jobs:
wpt-2020:
if: ${{ inputs.wpt-layout == '2020' || inputs.wpt-layout == 'all' }}
name: Linux WPT Tests 2020
name: Linux WPT
needs: ["build"]
uses: ./.github/workflows/linux-wpt.yml
with:
@ -166,7 +166,7 @@ jobs:
wpt-2013:
if: ${{ inputs.wpt-layout == '2013' || inputs.wpt-layout == 'all' }}
name: Linux WPT Tests 2013
name: Linux WPT (Legacy)
needs: ["build"]
uses: ./.github/workflows/linux-wpt.yml
with: