File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
debug_build : true
29
29
30
- upload-translations :
31
- if : ${{ github.ref_name == 'master' }}
32
- name : Upload translations
33
- needs : ci
34
- uses : ./.github/workflows/translations-upload.yml
35
- secrets :
36
- CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
37
- CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
38
-
39
30
release :
40
31
name : Nightly release
41
32
needs : ci
Original file line number Diff line number Diff line change 1
1
name : Translations upload to Crowdin
2
2
3
+ concurrency : upload-crowdin
4
+
3
5
on :
4
6
workflow_dispatch :
5
- workflow_call :
6
- secrets :
7
- CROWDIN_PROJECT_ID :
8
- required : true
9
- CROWDIN_PERSONAL_TOKEN :
10
- required : true
7
+ push :
8
+ branches :
9
+ - master
10
+ paths :
11
+ - ' locales/en/**'
11
12
12
13
jobs :
13
14
betaflight-messages-to-crowdin :
31
32
upload_translations : false
32
33
33
34
download_translations : false
34
-
You can’t perform that action at this time.
0 commit comments