From d1dfc80df6c1738763e3a8a72cd62df17f6adedf Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Wed, 2 Jul 2025 23:15:33 +0200 Subject: ci: Disable translation check The translation check is creating conflicts with changes done on Weblate and is superfluous. --- .github/workflows/check-translations.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/check-translations.yml (limited to '.github/workflows/check-translations.yml') diff --git a/.github/workflows/check-translations.yml b/.github/workflows/check-translations.yml deleted file mode 100644 index db30a29..0000000 --- a/.github/workflows/check-translations.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Check translations - -on: - workflow_dispatch: - push: - pull_request: - -jobs: - check-translations: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - run: python3 sync_translations.py - - name: "Check that strings files are uptodate, otherwise run 'python3 sync_translations.py'" - run: git add -N . && git diff --exit-code -- cgit v1.2.3