From 1ad6ef8f96256ca8711f66717bf969414a96bf11 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 22 Mar 2024 09:18:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(frontend)=20r?= =?UTF-8?q?emove=20CI=20control=20on=20traduction=20frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CI was controlling if the traduction was made in every PR. It makes the workflow quite grueling when we have to change the literal, plus the synch is complicating when we have multiple PR opened. We remove the CI control on the traduction, we will do dedicated PR to update the traduction. We will add the CI control on the traduction in the future, before a release by example. --- .github/workflows/people.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 9aa8736..f85b81f 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -80,9 +80,6 @@ jobs: - name: Test App run: yarn app:test - - name: Test Translations - run: yarn i18n:test - lint-front: runs-on: ubuntu-latest defaults: