From a2e5de1656cb1ac7916f89a028aedd3efbb15701 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 14 Nov 2023 16:52:24 +0100 Subject: [PATCH] ci: translation-advice: avoid commenting after make i18n-extract Signed-off-by: Marc 'risson' Schmitt --- .github/workflows/translation-advice.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translation-advice.yml b/.github/workflows/translation-advice.yml index f7a788fb6..4de916bf0 100644 --- a/.github/workflows/translation-advice.yml +++ b/.github/workflows/translation-advice.yml @@ -7,7 +7,8 @@ on: paths: - "!**" - "locale/**" - - "web/src/locales/**" + - "!locale/en/**" + - "web/xliff/**" jobs: post-comment: