mirror of https://github.com/hpcaitech/ColossalAI
[ci] added missing field in workflow (#692)
parent
0372ed7951
commit
dbe8e030fb
|
@ -2,9 +2,11 @@ name: Compatibility Test
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
version:
|
||||
inputs:
|
||||
version:
|
||||
type: choice
|
||||
description: which version to test
|
||||
description: version for testing
|
||||
default: 'all'
|
||||
required: true
|
||||
options:
|
||||
- all
|
||||
|
|
Loading…
Reference in New Issue