Browse Source

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

pull/694/head
Frank Lee 3 years ago committed by GitHub
parent
commit
dbe8e030fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/compatibility_test.yml

6
.github/workflows/compatibility_test.yml

@ -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…
Cancel
Save