From b8aa733f1f24305f2c856ba166fbce33ca59bf22 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Mon, 20 Nov 2023 18:02:14 +0100 Subject: [PATCH] infra: trigger webui integration tests on translation updates See https://github.com/rhinstaller/anaconda-webui/pull/55 for a test for backend string translations. Ideally more tests should get introduced in anaconda repository and in the anaconda-webui we need a sanity check. --- .github/workflows/trigger-webui.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger-webui.yml b/.github/workflows/trigger-webui.yml index 492d648654c..fd72765a232 100644 --- a/.github/workflows/trigger-webui.yml +++ b/.github/workflows/trigger-webui.yml @@ -17,6 +17,7 @@ on: - 'data/anaconda.conf' - 'data/conf.d/**/' - 'data/profile.d/**' + - 'po/l10n-config.mk' jobs: trigger: runs-on: ubuntu-22.04