Skip to content

Commit

Permalink
do not tx pull from forks (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored May 22, 2024
1 parent 3acfba2 commit 9fdc5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make gettext
- name: tx pull
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' }}
if: ${{ github.event.pull_request.base.repo.full_name == 'teksi/wastewater' }}
|| ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
Expand Down

0 comments on commit 9fdc5d9

Please sign in to comment.