From ad3750039d15719eb67121c18cd8b9efcab51d43 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 20 Jun 2026 22:06:13 +0200 Subject: [PATCH] Update translations-pull.yml --- .github/workflows/translations-pull.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/translations-pull.yml b/.github/workflows/translations-pull.yml index 7b082e9cd..d4d780d58 100644 --- a/.github/workflows/translations-pull.yml +++ b/.github/workflows/translations-pull.yml @@ -23,6 +23,8 @@ jobs: uses: actions/checkout@v7 - name: "Pull translated strings from Transifex" + # Do not run this step for PR's from forks, they don't have access to the secret + if: github.event_name != 'pull_request' || github.repository_owner == 'Cockatrice' uses: transifex/cli-action@v2 with: # Used config file: https://github.com/Cockatrice/Cockatrice/blob/master/.tx/config