From 86295a8f214fa927e4147063f2b1c69da08dd967 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Thu, 15 Feb 2024 14:45:22 +0100 Subject: [PATCH] do not pull translations in dependabot PRs --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 89490dd40..463ce8802 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -56,7 +56,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/QgisModelBaker' }} + if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'opengisch/QgisModelBaker' && github.actor != 'dependabot[bot]' }} run: | ./tx pull --translations --all --minimum-perc 10 ./tx status