We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553698d commit 9674337Copy full SHA for 9674337
.github/workflows/docs-builder.yml
@@ -42,8 +42,7 @@ jobs:
42
make gettext
43
44
- 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' }}
+ if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' || github.event_name == 'push' && github.ref == 'refs/heads/main' }}
47
env:
48
TX_TOKEN: ${{ secrets.TX_TOKEN }}
49
working-directory: docs
0 commit comments