From faba604813664f034448872721f365826585c73d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 7 May 2026 16:51:59 +0200 Subject: [PATCH] ci: do not run lingui:extract on autofix --- .github/workflows/autofix.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 5a491c6ad..b9e74e678 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -37,8 +37,5 @@ jobs: - name: Lint and Format run: pnpm check - - name: Extract Translations - run: pnpm lingui:extract - - name: Autofix uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8