Skip to content

Commit

Permalink
do not run tx pull from forks (#245)
Browse files Browse the repository at this point in the history
* do not run tx pull from forks

take 2

* Update docs-builder.yml
  • Loading branch information
3nids authored May 22, 2024
1 parent 553698d commit 9674337
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
make gettext
- name: tx pull
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' }}
|| ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' || github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
working-directory: docs
Expand Down

0 comments on commit 9674337

Please sign in to comment.