From 17da9cc5a5d43113be9f9ec53c1e10c20083c12b Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 14 Feb 2024 10:39:57 +0100 Subject: [PATCH] do pull tx from forks --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 908f9124..040b98c8 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -64,6 +64,7 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Pull translations from Transifex + if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'opengisch/signalo' }} run: | ./tx pull --translations --all --minimum-perc 10 ./tx status