зеркало из https://github.com/microsoft/scenepic.git
Adding workflow-dispatch for testing
This commit is contained in:
Родитель
c95045f3ec
Коммит
d8336ac17a
|
@ -6,6 +6,13 @@ on:
|
|||
vmImage:
|
||||
required: true
|
||||
type: string
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
vmImage:
|
||||
description: VM Image to use
|
||||
required: true
|
||||
type: string
|
||||
default: ubuntu-latest
|
||||
|
||||
jobs:
|
||||
LinuxPython:
|
||||
|
|
|
@ -6,6 +6,13 @@ on:
|
|||
vmImage:
|
||||
required: true
|
||||
type: string
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
vmImage:
|
||||
description: VM Image to use
|
||||
required: true
|
||||
type: string
|
||||
default: macOS-latest
|
||||
|
||||
jobs:
|
||||
MacPython:
|
||||
|
|
|
@ -6,6 +6,13 @@ on:
|
|||
vmImage:
|
||||
required: true
|
||||
type: string
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
vmImage:
|
||||
description: VM Image to use
|
||||
required: true
|
||||
type: string
|
||||
default: windows-latest
|
||||
|
||||
jobs:
|
||||
WindowsPython:
|
||||
|
|
Загрузка…
Ссылка в новой задаче