From b3cfa6af64d078bd9eabdc613b2ca966507c9da0 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Wed, 19 Jun 2024 21:05:39 +0800 Subject: [PATCH] ci: not upload bundle result for release build Signed-off-by: Zxilly --- .github/workflows/build-webui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-webui.yml b/.github/workflows/build-webui.yml index 2c89a2060b..8618dca7d9 100644 --- a/.github/workflows/build-webui.yml +++ b/.github/workflows/build-webui.yml @@ -9,7 +9,7 @@ on: required: true secrets: CODECOV_TOKEN: - required: true + required: false permissions: contents: read