abouttreesummaryrefslogcommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJules Aguillon2025-07-02 23:15:33 +0200
committerJules Aguillon2025-07-02 23:15:33 +0200
commitd1dfc80df6c1738763e3a8a72cd62df17f6adedf (patch)
tree0f7d9b55e46b23d104ba8e6875b568fb73e88568 /.github/workflows
parent5c4964e4386a9ff2e0ca8462c9c5159bad92b5ff (diff)
downloadunexpected-keyboard-d1dfc80df6c1738763e3a8a72cd62df17f6adedf.tar.gz
unexpected-keyboard-d1dfc80df6c1738763e3a8a72cd62df17f6adedf.zip
ci: Disable translation check
The translation check is creating conflicts with changes done on Weblate and is superfluous.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-translations.yml16
1 files changed, 0 insertions, 16 deletions
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