mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-04 02:57:20 +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:
|
||||
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
Block a user