From c7ee68b0ba45e6a9a0149e96afde11b340f432b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 11 Feb 2021 16:05:27 +0530 Subject: [PATCH] Disable transifex job in yml file rather than github UI --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 5c085049d9..ccc26a2ed5 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -7,7 +7,7 @@ on: jobs: Push-To-Transifex: name: Update translations on Transifex - if: github.repository == 'kovidgoyal/calibre' + if: github.repository == 'kovidgoyal/calibre-disabled-because-arch-not-running-in-docker' runs-on: ubuntu-latest container: image: 'archlinux/base:latest'