Skip to content

Commit

Permalink
[GitHub Actions] Tweak Crowdin workflows [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Apr 20, 2024
1 parent ab1144e commit 1879219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin_download_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Download Translations from Crowdin
uses: crowdin/github-action@v1
with:
config: 'crowdin.yml'
upload_sources: false
upload_translations: false
download_translations: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crowdin_upload_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Crowdin Action
uses: crowdin/github-action@v1
with:
config: 'crowdin.yml'
upload_sources: true
upload_translations: false
download_translations: false
Expand Down

0 comments on commit 1879219

Please sign in to comment.