Unverified Commit dbe8e030 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[ci] added missing field in workflow (#692)

parent 0372ed79
...@@ -2,9 +2,11 @@ name: Compatibility Test ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment