Skip to content

Commit c7c26f8

Browse files
authored
Disable scheduled trigger in translations workflow (#3366)
This workflow pollutes git history very easily. So disabling daily retrieval from Transifex will prevent any more of these pollutions. Translators don't need to download a new CI artifact every time they need to test, they can just edit the game's translation files with poedit or edit them with Transifex and then downloading them.
1 parent adfca23 commit c7c26f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
name: translations
1919
on:
2020
workflow_dispatch:
21-
schedule:
22-
- cron: '0 0 * * 0'
21+
#schedule:
22+
# - cron: '0 0 * * 0'
2323

2424
jobs:
2525
update-all-translations:

0 commit comments

Comments
 (0)