Skip to content

Commit

Permalink
Merge pull request #884 from opengisch/3nids-patch-1
Browse files Browse the repository at this point in the history
do not pull translations in dependabot PRs
  • Loading branch information
signedav authored Feb 15, 2024
2 parents 68c1ca3 + 86295a8 commit ad6deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad6deff

Please sign in to comment.