diff --git a/.github/workflows/translations-pull.yml b/.github/workflows/translations-pull.yml index d4d780d58..0afe321b3 100644 --- a/.github/workflows/translations-pull.yml +++ b/.github/workflows/translations-pull.yml @@ -24,7 +24,7 @@ jobs: - 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' + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false uses: transifex/cli-action@v2 with: # Used config file: https://github.com/Cockatrice/Cockatrice/blob/master/.tx/config