mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01: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
4
.github/workflows/dispatch-workflow.yml
vendored
4
.github/workflows/dispatch-workflow.yml
vendored
|
@ -21,6 +21,7 @@ on:
|
|||
jobs:
|
||||
win:
|
||||
if: ${{ inputs.workflow == 'windows' }}
|
||||
name: Windows
|
||||
uses: ./.github/workflows/windows.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
@ -29,6 +30,7 @@ jobs:
|
|||
|
||||
macos:
|
||||
if: ${{ inputs.workflow == 'macos' }}
|
||||
name: MacOS
|
||||
uses: ./.github/workflows/mac.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
@ -39,6 +41,7 @@ jobs:
|
|||
|
||||
linux:
|
||||
if: ${{ inputs.workflow == 'linux' }}
|
||||
name: Linux
|
||||
uses: ./.github/workflows/linux.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
@ -49,6 +52,7 @@ jobs:
|
|||
|
||||
android:
|
||||
if: ${{ inputs.workflow == 'android' }}
|
||||
name: Android
|
||||
uses: ./.github/workflows/android.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue