From e43cdca07a8822213ae8a76c296d8aa86fea9527 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Tue, 9 Dec 2025 19:12:16 -0500 Subject: [PATCH] tweak workflow name and remove unnecessary step id --- .github/workflows/translations.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 2491252d559..0a87f068ec0 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -1,4 +1,4 @@ -name: Lint translations +name: Translations on: push: @@ -42,7 +42,6 @@ jobs: - run: pnpm i18n-file-gen - run: ./ui/build --i18n - name: i18n files up-to-date check - id: check_changes run: | git status --porcelain if [[ -n $(git status --porcelain) ]]; then