File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Pull Translations from Transifex
22
33on :
44 schedule :
5- - cron : ' 0 0 * * *'
5+ # - cron: '0 0 * * *'
66 workflow_dispatch :
77permissions :
88 contents : write
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 }}
You can’t perform that action at this time.
0 commit comments