From dbe8e030fbfa67826e6f7a73461428aa3fc01645 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Thu, 7 Apr 2022 18:07:15 +0800 Subject: [PATCH] [ci] added missing field in workflow (#692) --- .github/workflows/compatibility_test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compatibility_test.yml b/.github/workflows/compatibility_test.yml index d88fa9f49..c2f7fb7fe 100644 --- a/.github/workflows/compatibility_test.yml +++ b/.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