mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-04 19:16:42 +00:00
[ci] added missing field in workflow (#692)
This commit is contained in:
parent
0372ed7951
commit
dbe8e030fb
6
.github/workflows/compatibility_test.yml
vendored
6
.github/workflows/compatibility_test.yml
vendored
@ -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
Block a user