Skip to content

Commit

Permalink
do not pull TX in dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 15, 2024
1 parent 0b6d6f7 commit a0fd892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +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' }}
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'opengisch/signalo' && github.actor != 'dependabot[bot]' }}
run: |
./tx pull --translations --all --minimum-perc 10
./tx status
Expand Down
1 change: 0 additions & 1 deletion documentation/CNAME

This file was deleted.

0 comments on commit a0fd892

Please sign in to comment.