Skip to content

Commit f7e220c

Browse files
authored
Update transifex-pull.yml
1 parent b437409 commit f7e220c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/transifex-pull.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull Translations from Transifex
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
# - cron: '0 0 * * *'
66
workflow_dispatch:
77
permissions:
88
contents: write
@@ -36,7 +36,8 @@ jobs:
3636
- run: ./transifex-util.py recreate_tx_config --language sv --project-slug python-newest --version ${{ matrix.version }}
3737
env:
3838
TX_TOKEN: ${{ secrets.TX_TOKEN }}
39-
- run: ./transifex-util.py fetch --language sv --project-slug python-newest --version ${{ matrix.version }} --pull-options="--mode reviewed
39+
# - run: ./transifex-util.py fetch --language sv --project-slug python-newest --version ${{ matrix.version }} --pull-options=" --mode reviewed
40+
- run: ./transifex-util.py fetch --language sv --project-slug python-newest --version ${{ matrix.version }} --pull-options="
4041
env:
4142
TX_TOKEN: ${{ secrets.TX_TOKEN }}
4243
- run: ./transifex-util.py delete_obsolete_files --language sv --project-slug python-newest --version ${{ matrix.version }}

0 commit comments

Comments
 (0)