Skip to content

Commit 083d7f4

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/transifex-pull.yml

Lines changed: 1 addition & 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,6 @@ 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
4039
- run: ./transifex-util.py fetch --language sv --project-slug python-newest --version ${{ matrix.version }} --pull-options="
4140
env:
4241
TX_TOKEN: ${{ secrets.TX_TOKEN }}

0 commit comments

Comments
 (0)