Skip to content

Commit

Permalink
chore: Make the Crowdin text/translation sync workflows manually disp…
Browse files Browse the repository at this point in the history
…atchable

We regularly need to re-download, and this makes it easier;
and also doing it for the upload, just in case...
  • Loading branch information
torokati44 committed Oct 17, 2024
1 parent 41598c6 commit fffbad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/download_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Download translations from Crowdin
on:
schedule:
- cron: '0 21 * * *'
workflow_dispatch:

jobs:
crowdin:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload_texts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Upload source texts to Crowdin
on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
crowdin:
Expand Down

0 comments on commit fffbad2

Please sign in to comment.