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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
version:
|
inputs:
|
||||||
|
version:
|
||||||
type: choice
|
type: choice
|
||||||
description: which version to test
|
description: version for testing
|
||||||
|
default: 'all'
|
||||||
required: true
|
required: true
|
||||||
options:
|
options:
|
||||||
- all
|
- all
|
||||||
|
|
Loading…
Reference in New Issue