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
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0 0 * * *'
5
+ # - cron: '0 0 * * *'
6
6
workflow_dispatch :
7
7
permissions :
8
8
contents : write
36
36
- run : ./transifex-util.py recreate_tx_config --language sv --project-slug python-newest --version ${{ matrix.version }}
37
37
env :
38
38
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="
40
41
env :
41
42
TX_TOKEN : ${{ secrets.TX_TOKEN }}
42
43
- 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