From e590347369ceb9db12c068bd16fa1bc44fbe274b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Oct 2020 16:37:48 +0530 Subject: [PATCH] Only run push to Transifex on my repo --- .github/workflows/translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 5a5995018b..391f790f3a 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -7,6 +7,7 @@ on: jobs: Push-To-Transifex: name: Update translations on Transifex + if: github.repository == ‘kovidgoyal/calibre’ runs-on: ubuntu-latest steps: - name: Checkout source code