From 2ce532d62f0b1a22c5eb6ab4fe760ebe992da790 Mon Sep 17 00:00:00 2001 From: hanling Date: Tue, 7 Nov 2023 11:00:19 +0800 Subject: [PATCH] chore: add e2e smoke workflow config type --- .github/workflows/e2e-smoke.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-smoke.yml b/.github/workflows/e2e-smoke.yml index d737b577b34..75a65d5a1aa 100644 --- a/.github/workflows/e2e-smoke.yml +++ b/.github/workflows/e2e-smoke.yml @@ -12,9 +12,9 @@ on: required: false default: '' CONFIG_TYPE: - description: 'backup type' - required: true - default: 's3' + description: 'config type (e.g. s3|oss)' + required: false + default: '' CLOUD_PROVIDER: description: 'cloud provider' required: true