From ccd4128ad2fbc819ea7bb7eab3bb36b0ad8566c7 Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:18:27 +0800 Subject: [PATCH 1/2] chore: trigger for i18n --- .github/workflows/venus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/venus.yml b/.github/workflows/venus.yml index 699cf44dd3..e1bf8dff7b 100644 --- a/.github/workflows/venus.yml +++ b/.github/workflows/venus.yml @@ -5,6 +5,7 @@ on: branches: [master] paths: - 'apps/venus/**' + - 'libs/datasource/i18n' - '.github/deployment' - '.github/workflows/venus.yml' # pull_request: From b13e7ed5f3f374b2d5fe5705f77a10c700410b8d Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:40:35 +0800 Subject: [PATCH 2/2] fix: venus i18n was included in venus folder --- .github/workflows/venus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/venus.yml b/.github/workflows/venus.yml index e1bf8dff7b..699cf44dd3 100644 --- a/.github/workflows/venus.yml +++ b/.github/workflows/venus.yml @@ -5,7 +5,6 @@ on: branches: [master] paths: - 'apps/venus/**' - - 'libs/datasource/i18n' - '.github/deployment' - '.github/workflows/venus.yml' # pull_request: