Skip to content

Commit 9674337

Browse files
authored
do not run tx pull from forks (#245)
* do not run tx pull from forks take 2 * Update docs-builder.yml
1 parent 553698d commit 9674337

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs-builder.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
make gettext
4343
4444
- name: tx pull
45-
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' }}
46-
|| ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
45+
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' || github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4746
env:
4847
TX_TOKEN: ${{ secrets.TX_TOKEN }}
4948
working-directory: docs

0 commit comments

Comments
 (0)